Javascript Library For Push/comet/reverse-ajax Notifications?
Solution 1:
There are a number of solutions with a number of different technologies. Node.js and socket.io is just one popular solution.
If you are a Ruby developer then Faye (which also has a node.js version) or juggernaut are options. For .NET there is SignalR or XSockets. For Java there's jwebsocket or WaterSpout Server. There are many more too.
I'm maintaining a list of realtime web technologies which will hopefully be a good starting point.
Solution 2:
This is exactly what WebSockets is a good use case for. But you need a fallback for browsers without WebSocket support, so use Socket.io, it has good support for Node.js.
Solution 3:
I´m one of the developers on XSockets.NET, (as Phil says) there are many great solutions out there. I recommend that you try a few and then decide what to use.
If you want to checkout XSocket.NET, just throw any questions at us and we´ll help. Contact info on the XSockets webpage
Regards Uffe
Post a Comment for "Javascript Library For Push/comet/reverse-ajax Notifications?"