Skip to content

VarScript/project-socket-chat

Repository files navigation

Socket chat

This is a socket server where we establish communication with our WebSocket Server, but validating the user's authentication, and at the same time confirming that the messages sent by that user are from who they say they are.




Go to Socket chat



🛠Installation & Set Up

  1. Install the nmp

    npm install
  2. Rename .example.env for .env and environment variables config

    PORT=8080 ...
  3. Install dependencies if is required

    pakage.json.dependencies
  4. Start the server

    nodemon app.js

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages