GitHub - illjs/nnmill: :palm_tree: go style nanomsg

libmill coroutines and fd events for nanomsg sockets

supported operating systems:

  • linux
  • osx (brew install autoconf libtool automake pkg-config)
  • iOS

makefile pulls down and builds libmill/nanomsg into a new opt prefix dir:

.
├── AUTHORS
├── example.c
├── Makefile
├── nnmill.c
├── nnmill.h
├── opt
│   ├── bin
│   ├── include
│   └── lib
├── readme.markdown
└── test
    ├── inproc.c
    ├── ipc.c
    └── tcp.c

clone and run

git clone https://github.com/reqshark/nnmill
cd nnmill
make

# compile/exec example.c
make run

test

contributors

Bent CardanGitHub/reqsharkTwitter/@rekshark
Fatih KayaGitHub/fatihkyTwitter/@fatihky274
Martin SustrikGitHub/sustrikTwitter/@sustrik

MIT