This is a simple chat application utilising websocket. Created using Next.js and using MongoDB as its database. This project/app is merely a proof of concept. It is not recommended to use this software for "real-world" use. But, you are free fork and modify this software to your needs.
- Node.js
- pnpm (no, not npm)
- MongoDB
Before running, copy .env.example to .env and fill in the variables.
- simply
pnpm dev
pnpm build
pnpm start
- See docs/Report.pdf