javascriptpythonwebsocket

Realtime UI synchronization library for browsers


Can any one tell me an opensource js library that can have a real-time UI synchronization between browsers with the server having a control in between.

I checked Autobahn real-time ui synchronization but its not opensource.

It should be compatible with all browsers.


Solution

  • Use Ape.

    http://www.ape-project.org/

    It is not going to build your UI for you. That is your job. There's no way around it. You architect your data for Push, and then you build your clients based on that data.