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