/chatroom

A multi-room chat application built using web sockets.

Primary LanguageJavaScript

Chatroom

Netlify Status

A chat application built using socket.io.

Getting Started

  1. Create a .env file with the following
REACT_APP_BACKEND_URL=<url>
  1. Run the development server with npm start

Deploying

To create a production-ready build, run npm run build. If you are a contributor to this repository, the app is hosted on Netlify. Netlify has CI/CD set up to build when there are pushes to the main branch.

Website

https://nicechatapp.netlify.app/