NNG is a Modern re-implementation of Nanomsg.
This project demo a simple Req/Rep protocol with nngpp and pynng.
vcpkg install nngpp:x86-windows-staticpip install pynng- VS2019
Build like other VS projects.
- Start
Server
# Start server
NNGPP.exe server "tcp://0.0.0.0:5555"
- Start
Client
# NNGPP
NNGPP.exe client "tcp://127.0.0.1:5555" 3# PYNNG
python main.py