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 socketsInstall the dependencies
# node
yarn
# python
make dependenciesRun it
-
server
yarn start <port>
-
client
make run port=<port> # Should be the same that server