Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
/ websocket-chat-app Public archive

A chat application utilising websocket, MongoDB, and Next.js

License

Notifications You must be signed in to change notification settings

jspmarc/websocket-chat-app

Repository files navigation

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

About

A chat application utilising websocket, MongoDB, and Next.js

Topics

Resources

License

Stars

Watchers

Forks