#TodoMVC
A basic example of using AngularJS and Horizon to create real-time TodoMVC app.
- RethinkDB (The open-source database for the realtime web)
- Horizon (A realtime, open-source backend for JavaScript apps)
$ git clone [email protected]:rethinkdb/horizon.git
$ cd horizon/examples/angularjs-todo-app
$ hz init
$ cd dist && npm install
$ cd .. && hz serve --dev
This TodoMVC application is built based on the todomvc-angularjs-horizon.