MLH-Fellowship / ttp-team-4-1

Originally aimed to make a skribbl.io clone, but ended up making a clone of codeshare.io instead
https://devpost.com/software/sharemycode
MIT License
2 stars 1 forks source link

Setup simple client to server connection via socket.io #6

Closed RickyC0626 closed 4 years ago

RickyC0626 commented 4 years ago

Description

Summary: Setup a simple client to server connection via socket.io and socket.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 via socket.io-client.

Provide instructions so that we can reproduce it.