Cross-platform asynchronous I/O
Go to file
2011-04-18 19:29:11 +02:00
ev Compile with -ansi 2011-03-29 16:42:13 -07:00
test More MinGW compatibility 2011-04-18 19:29:11 +02:00
.gitignore test-runner compiles 2011-04-14 12:58:24 -07:00
iocp-links.html add link to book 2011-04-09 09:38:16 -07:00
liboio-test.vcxproj More MinGW compatibility 2011-04-18 19:29:11 +02:00
liboio.sln ol -> oio 2011-04-07 11:12:18 +02:00
liboio.vcxproj Rename test-runner to just runner 2011-04-18 14:44:01 +02:00
Makefile Rename test-runner to just runner 2011-04-18 14:44:01 +02:00
ngx-queue.h echo-server on unix works 2011-03-30 21:37:36 -07:00
oio-unix.c oio_tcp_handle_accept() does not require initialization of client 2011-04-18 03:20:05 -07:00
oio-unix.h Linux passes timeout test 2011-04-17 23:41:24 -07:00
oio-win.c More MinGW compatibility 2011-04-18 19:29:11 +02:00
oio-win.h More MinGW compatibility 2011-04-18 19:29:11 +02:00
oio.h oio_tcp_handle_accept() does not require initialization of client 2011-04-18 03:20:05 -07:00
README Readme 2011-04-18 10:18:22 -07:00
tree.h Windows: first shot at oio_timeout support 2011-04-12 20:39:14 +02:00

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