Real time technology is powerful, syncing states between peers in finger tips.
A JavaScript framework built on Node.JS, which named nowJS, provides a very simple, reliable real time feature that easily sync states between client and server, written entirely in JavaScript.
It’s automatically sync the JavaScript variables and functions between clients and servers. Say call client’s functions from server, or call server’s function from client.
Links:
- nowJS Official Page http://nowjs.com
- nowJS Source code available on Github https://github.com/Flotype/now
- Flotype real time infrastructure http://flotype.com
- Real time messaging and synchronization using nowJS and Node.JS http://www.bennadel.com/blog/2171-Realtime-Messaging-And-Synchronization-With-NowJS-And-Node-js.htm
- nowJS Best Practices http://nowjs.com/bestpractices
- nowJS simplifying development of real time apps http://www.building43.com/videos/2011/08/02/nowjs-simplifying-development-of-real-time-apps/
One thought on “Real time apps using nowJS”