-
Notifications
You must be signed in to change notification settings - Fork 0
3. Things to do
illyfrancis edited this page Sep 18, 2015
·
18 revisions
- dynamic proxy
- webdriver (http://webdriver.io/)
To read
- http://docs.spring.io/spring-security/site/docs/current/reference/html/websocket.html
- http://docs.spring.io/spring/docs/current/spring-framework-reference/html/websocket.html#websocket-intro-sub-protocol
- http://www.infoq.com/articles/Web-Sockets-Proxy-Servers
- http://g00glen00b.be/spring-angular-sockjs/
To consider
- fallback for old browsers?
- messaging protocol? which one? STOMP a good choice?
- mix http/rest and ws in one app?