Sunday, July 17, 2011

Decision was made, Pokein and Reverse Ajax

Hi,
After I did some research about html5 websockets. I found a solution which is very good for html5 websocket. (Superwebsocket).

SuperWebSocket is a .NET implementation of WebSocket server. I tried the demo application in my webserver. It is working very good and very easy to implement but after i visit the website from my android phone, i figured out that my htc incredible s webkit doesn't support html5 websockets which is a dead end for me. I need some solution which is platform independent and can work on iphone,android and in the web. 


http://superwebsocket.codeplex.com/



So, i headed towards to reverse ajax solution and i found library which is called Pokein for .Net server push messages, i will use this library in my thesis.


http://pokein.codeplex.com/


I will try to give more information and background from the beginning of server side applications until html5 websocket including reverse ajax(comet) tech. in my next post.


In conclusion, superwebsocket is very good start for html 5 websocket, but unfortunately it doesn't have support for android devices, maybe in later versions android can support html5 websockets and i can use it for my applications.

No comments:

Post a Comment