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.
-
Install the nmp
npm install
-
Rename .example.env for .env and environment variables config
PORT=8080 ...
-
Install dependencies if is required
pakage.json.dependencies
-
Start the server
nodemon app.js