Skip to content

A networking library. Proof that I can roll code.

License

Unlicense, GPL-3.0 licenses found

Licenses found

Unlicense
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

nbrideau/libnutz

Repository files navigation

libnutz

libnutz is a client server networking library in C++ along with any other helper code I would use to write a server. This is part of my portfolio and is essentially proof that I can write code.

LN should make it easy to write servers and clients. Servers will use pthreads and run a thread per connection.

Installation

Compile and install.

make -f Makefile.git
./configure 
make 
make install

Usage

TODO. I expect to write some kind of app that uses this library. I'll link to it here later.

Contributing

Pull requests are welcome though unexpected.

License

Unlicense

About

A networking library. Proof that I can roll code.

Resources

License

Unlicense, GPL-3.0 licenses found

Licenses found

Unlicense
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published