breach / thrust

Chromium-based cross-platform / cross-language application framework
MIT License
2.77k stars 121 forks source link

communication #252

Closed przemyslawpluta closed 9 years ago

przemyslawpluta commented 9 years ago

Is there a build in way to communicate between nodejs and app e.g. pass messages between nodejs and window client?

spolu commented 9 years ago

Yes! the THRUST.remote object: https://github.com/breach/thrust/pull/240

przemyslawpluta commented 9 years ago

Thanks. Will have a look.