From 6250e986d8d4795e79735b3ea0d2f50aad73af43 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 18 Apr 2011 10:17:40 -0700 Subject: [PATCH] Readme --- README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 00000000..55a710c5 --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +This is the new networking layer for Node. Its purpose is to abstract +IOCP on windows and libev on Unix systems. We intend to eventually contain +all platform differences in this library. + +The library shall be considered part of Node despite being in a separate +repository. It is released under the same license +https://github.com/joyent/node/blob/master/LICENSE