-
Notifications
You must be signed in to change notification settings - Fork 46
Notes
adenine edited this page Aug 17, 2012
·
1 revision
---- General Notes -----------------------------------------------
- Work on refinement of json configs
---- Server ------------------------------------------------------
- Look at how to package and distribute a node server easily.
---- Javascript Client -------------------------------------------
- Test mobile devices being able to connect correctly
---- Processing Client -------------------------------------------
- Look at better way to handle json.
---- Openframeworks Client ---------------------------------------
- Look at creating the first client using Brett's ofxlibwebsockets
---- Ideas of varying quality ------------------------------------
- scaffold admin interface data automatically
- use socket.io vs. other standards to support more (https://github.com/Gottox/socket.io-java-client https://github.com/uning/socket.io-client-cpp).
- add data logging automatically
- Create a latching mechanism (When a connection is latched, the last message published is saved and automatically sent to any future subscribers that connect.)
- What about integrating RabbitMQ? ZeroMQ?