Starter Project for creating a real-time todo app with Nuxt in DevEdmonton Society’s monthly meetup.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
create a todos page that can add, delete, and update todos.
create an endpoint for websocket connection
connect the todos page to the websocket endpoint.
add authentication to the app