Closed RickyC0626 closed 4 years ago
Summary: Setup a simple client to server connection via socket.io and socket.io-client
socket.io
socket.io-client
Motivation: This is how we can make a working real-time application
Dependencies: None
Fixes N/A, just project setup
Please delete options that are not relevant, and check those that apply.
Tested locally, with server configured on port 3001, and client connected to localhost:3001 via socket.io-client.
localhost:3001
Provide instructions so that we can reproduce it.
npm run build
npm run server
Description
Summary: Setup a simple client to server connection via
socket.io
andsocket.io-client
Motivation: This is how we can make a working real-time application
Dependencies: None
Fixes N/A, just project setup
Type of Change
Please delete options that are not relevant, and check those that apply.
How Has This Been Tested?
Tested locally, with server configured on port 3001, and client connected to
localhost:3001
viasocket.io-client
.Provide instructions so that we can reproduce it.
npm run build
npm run server