Skip to content

A socket practice with a python client and a node server

License

Notifications You must be signed in to change notification settings

afgalvan/sockets

Repository files navigation

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

About

A socket practice with a python client and a node server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published