A todo app that syncs adding, deleting and filtering todos across multiple sessions and is persistent to new connections. You can read more about it in this article.
git clone https://github.com/syncstate/multi-user-todo-example.git
# NPM
npm install
# Yarn
yarn install
cd server
node index.js
Runs the server at port 8000 to establish socket connection with the client.
# NPM
npm start
# Yarn
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.