Skip to content

shirshendubhowmick/chat-app-server

Repository files navigation

Chat App Server

The backend is built with Express and Socket.io

To get started

npm install

Start the server

npm start

This will start the server at http://localhost:3000

If the port needs to be changed and a PORT env can be set

To CORS whitelist addtional URLs please add them in the variable corsWhilteList located inside ./src/constants/index.ts

About

Websocket based 1 to many chat app server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published