A minimal chat app with a console aesthetics.
NODE_VERSION: 20.18.1
running the application:
pnpm i
pnpm run dev
Open http://localhost:3000 with your browser to see the result.
This project uses [socket.io] to let server communicate to users and [luciaAuth] to implement authentication.