About 200 lines isomorphic todos app powered by next.js and react
The todo app is live now!
The canonical TodoApp using node-jet as realtime data backend mechanism. Jet uses websockets for fetching/streaming the data and to make changes to the data.
next.js allows to easily make the server -> client render transition (awesome!!!).
npm start -p %PORT%npm build