A socket practice with python as client and node as server
Clone the repo
git clone https://github.com/afgalvan/sockets.git
# Go to directory
cd sockets
Install the dependencies
# node
yarn
# python
make dependencies
Run it
-
server
yarn start <port>
-
client
make run port=<port> # Should be the same that server