Skip to content

a realtime todo app powered by Nitro's websocket and Nuxt

Notifications You must be signed in to change notification settings

arashsheyda/nuxt-realtime-todos

Repository files navigation

Nuxt Realtime Todos

Starter Project for creating a real-time todo app with Nuxt in DevEdmonton Society's monthly meetup.

Demo

nuxt-realtime-todo.mp4

Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

Goal

  1. create a todos page that can add, delete, and update todos.

  2. create an endpoint for websocket connection

  3. connect the todos page to the websocket endpoint.

  4. add authentication to the app

About

a realtime todo app powered by Nitro's websocket and Nuxt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published