afgalvan / sockets

A socket practice with a python client and a node server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 51.6%Language:Python 41.8%Language:Makefile 4.1%Language:Dockerfile 2.5%