-
Notifications
You must be signed in to change notification settings - Fork 21
Roadmap
Ariel Keselman edited this page Jan 18, 2014
·
5 revisions
- Automate the backend
- Provide convenient methods to connect all sessions
- Reproduce all examples from Meteor, and prove our implementation is not too complex
- Remain modular, non-opinionated
- Be wrist friendly: e.g. sharing data between sessions could be done automatically, saving quite a few keystrokes
- Distributed server: currently we run on a single process, but I would like to use processes in different machines if needed
- Write truly general widgest e.g. sort (this would be a logical widget as opposed to a UI widget)