Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 427 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 427 Bytes

sockets

A socket practice with python as client and node as server

Test the project

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