-
Notifications
You must be signed in to change notification settings - Fork 0
3. Things to do
illyfrancis edited this page Sep 23, 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?
On javascript
- http://jmesnil.net/stomp-websocket/doc/
- https://www.npmjs.com/package/stomp-client
- http://stilts.projectodd.org/stilts-stomp-client-js/
- https://stomp.github.io/implementations.html
- https://en.bitcoin.it/wiki/Block
- https://ethereum.org/
- https://bitcoinmagazine.com/21962/ibm-developing-blockchain-without-bitcoin-record-keeping-smart-contracts/
- https://blockchain.info/
- http://blockchain.co.com/
- https://angular.io/
- http://angularjs.blogspot.com/
- http://reactivex.io/
- https://github.com/Reactive-Extensions/RxJS
- https://facebook.github.io/immutable-js/
- http://netflix.github.io/falcor/
- http://blog.mgechev.com/2015/04/06/angular2-first-impressions/ (reading)
- https://facebook.github.io/flux/docs/overview.html (flux architecture - read)