First of all, it is "websocket" not "web socket". websocket is different from winsock or socket and intended for different purposes. A very good introduction is of course wikipedia
http://en.wikipedia.org/wiki/WebSocket Personally I think websocket can change the landscape of web-based computing. I had been shown a demo of a browser IDE for another computer language which running as a websocket server. Пт, 24 янв 2014, Pascal Jasmin писал(а): > Looks like J8 is getting a QT web socket implementation > > http://www.jsoftware.com/jwiki/Guides/JqtWebsocket > > > The noticeable changes with the existing socket library is: > There is a built-in event handler. > Communication is done through the wd layer with strings instead of direct > commands. > > Sorry, if this is asked before you were ready to announce: > > What benefits and disadvantages does QT web sockets have over J's > native/direct implementation? > > (I assume a partial answer is compatibility with more platforms?) > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
