Skip to content
/ chat Public

An anonymous chatroom app built with WebSocket, Node.js, MongoDB, and React.

Notifications You must be signed in to change notification settings

yifei-fu/chat

Repository files navigation

chat

A WIP anonymous chatroom app built with WebSocket, Node.js, MongoDB, and React.

Installing

npm install
cd ./frontend & npm install

Running for development

npm start & 
npm start --prefix ./frontend &

Deploy with Docker Compose

docker-compose build
docker-compose up -d

To-dos

  • documentation
  • unit tests
  • integrate with ELK stack

About

An anonymous chatroom app built with WebSocket, Node.js, MongoDB, and React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published