Skip to content

Jaskaran-Dhillon/CommonTongue-WS-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommonTongue WS Server

This is the WebSocket server for the CommonTongue application. Handles user communication.

Local Development

Steps:
1.) Clone the repository
2.) Install the node packages with npm install
3.) Create a .env in the root directory, add the following variables:

  • SECRET="Some long complicated string (must be same as the one for the back-end)"
  • PORT="Any port other than the one the client and server side code is running on"

Deployment

Steps:
1.) Connect repository to hosting service
2.) Add the SECRET env var.

About

The WS server for CT. Handle user communcation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published