The service is cloud-hosted and completely platform independent.
npeers is currently in closed private beta.
Stream messages between users, or broadcast/push data to thousands of devices without having
to worry about server side development or maintaining a back-end infrastructure.
npeers is written from scratch, in C, based on years of proven experience
in high-performance network engineering.
Subscribe:
npeers.subscribe( "my_channel", my_callback_func, ); | Publish:
npeers.publish( "my_channel", "Hello World", ); |