From e3ab450c0bbd6b30570c5ad02b1baf81e1a86508 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Sun, 20 Jul 2014 16:30:14 +0200 Subject: [PATCH] add Network programming --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00ba7d8..f374342 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ Only projects that are more than a prototype should be added. Projects that do n - [Database](#database) - [Encoding](#encoding) - [GUI](#gui) - - [Web Programming](#web-programming) + - [Network programming](#network-programming) + - [Web programming](#web-programming) - [Resources](#resources) @@ -92,7 +93,12 @@ Only projects that are more than a prototype should be added. Projects that do n * Termbox * [gchp/rustbox](https://github.com/gchp/rustbox) — -### Web Programming +### Network programming + +* ZeroMQ + * [erickt/rust-zmq](https://github.com/erickt/rust-zmq) — [ZeroMQ](http://zeromq.org) bindings + +### Web programming See also http://arewewebyet.com/