Skip to content

felix-dolderer/nuxt-ws-todo

Repository files navigation

Nuxt WebSockets Todo

A todo application using websockets.

Description

This todo app is very limited at the moment. All updates are sent via WebSockets.

Highlight: The websocket end-points are type-safe on the server and the client.

Caveats

All of the following are not yet implemented, but are planned:

  • There is no authentication / authorization
  • Sub-Tasks

Setup

Make sure to install dependencies:

bun install

Create the .env file and add your PostgreSQL connection as DATABASE_UR

cp .env.example .env

Development Server

Make sure you have your PostgreSQL database running.

Start the development server on http://localhost:3000:

bun run dev

About

Task app based around websockets

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published