3. Things to do - illyfrancis/scribble GitHub Wiki
- dynamic proxy
- webdriver (http://webdriver.io/)
websocket
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?
STOMP on websocket
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
Blockchain
- 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/
Angular
- 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)
stuff about angular
- http://codeofrob.com/entries/you-have-ruined-javascript.html
- http://blog.thoughtram.io/angular/2015/03/27/building-a-zippy-component-in-angular-2.html