Difference between revisions of "Websockets"
From Wiki2
Line 13: | Line 13: | ||
http://g00glen00b.be/spring-angular-sockjs/ | http://g00glen00b.be/spring-angular-sockjs/ | ||
http://fdietz.github.io/2015/04/15/day-3-how-to-build-your-own-team-chat-in-five-days-expressjs-socket-io-and-angularjs.html |
Latest revision as of 10:47, 6 July 2015
websockets
http://stackoverflow.com/questions/13546424/how-to-wait-for-a-websockets-readystate-to-change\
http://stackoverflow.com/questions/17301269/can-websocket-addresses-carry-parameters
http://stackoverflow.com/questions/25904478/send-extra-information-on-websocket-connection-creation
https://github.com/einaros/ws/blob/master/lib/WebSocket.js#L272
http://gonzalo123.com/2014/08/25/playing-with-websockets-angularjs-and-socket-io/