Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 384 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 384 Bytes

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