Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 606 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 606 Bytes

Websocket Chat App

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.

Dependencies

  • Node.js
  • pnpm (no, not npm)
  • MongoDB

Running

Before running, copy .env.example to .env and fill in the variables.

Development

  • simply pnpm dev

Building and Deploying

  1. pnpm build
  2. pnpm start

References