/todopy-pg

Clone of https://bitbucket.org/btubbs/todopy-pg, for debugging Heroku+Mercurial issues. Not guaranteed up to date.

Primary LanguageJavaScript

Python + Postgres + React TodoMVC Example

This application takes the React TodoMVC example and adds a Python and Postgres backend.

All changes are immediately stored in Postgres (instead of browser localStorage as in the upstream example), and then streamed out to clients via websockets.

To get it running: