stivencardona / cliente-servidor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing ZMQ

  • Python

In anywhere location run:

pip3 install pyzmq
  • Node.js

In js directory run:

npm i zeromq@5

Test

  • Nodejs:

In js directory execute:

node server.js

Open another terminal and run:

node client.js
  • Python:

In python directory execute:

python3 server.py

Open another terminal and run:

python client.py

About


Languages

Language:JavaScript 55.5%Language:Python 43.0%Language:Shell 1.5%