Skip to content

lich0821/NanoMsgDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo for Nanomsg Next Generation (NNG)

NNG is a Modern re-implementation of Nanomsg.

This project demo a simple Req/Rep protocol with nngpp and pynng.

Quickstart

Install packages.

vcpkg install nngpp:x86-windows-static
pip install pynng

Build

  • VS2019

Build like other VS projects.

Run

  • 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

About

A simple demo of nanomsg, nng, nngpp and pynng.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors