Cross-platform asynchronous I/O
Go to file
2011-04-19 01:50:50 -07:00
ev Compile with -ansi 2011-03-29 16:42:13 -07:00
test Add test-connection-fail. Not yet passing linux. 2011-04-19 01:50:50 -07:00
.gitignore Benchmark runner 2011-04-19 04:47:21 +02:00
AUTHORS Add copyright headers, license file. 2011-04-18 11:11:30 -07:00
iocp-links.html add link to book 2011-04-09 09:38:16 -07:00
liboio-benchmark.vcxproj Benchmark runner 2011-04-19 04:47:21 +02:00
liboio-test.vcxproj Benchmark runner 2011-04-19 04:47:21 +02:00
liboio.sln Benchmark runner 2011-04-19 04:47:21 +02:00
liboio.vcxproj Rename test-runner to just runner 2011-04-18 14:44:01 +02:00
LICENSE Add copyright headers, license file. 2011-04-18 11:11:30 -07:00
Makefile Add ping-pong benchmark 2011-04-18 23:51:53 -07:00
ngx-queue.h echo-server on unix works 2011-03-30 21:37:36 -07:00
oio-unix.c s/oio_tcp_handle_init/oio_tcp_init/ 2011-04-18 13:01:50 -07:00
oio-unix.h Add copyright headers, license file. 2011-04-18 11:11:30 -07:00
oio-win.c Benchmark runner 2011-04-19 04:47:21 +02:00
oio-win.h Benchmark runner 2011-04-19 04:47:21 +02:00
oio.h s/oio_tcp_handle_init/oio_tcp_init/ 2011-04-18 13:01:50 -07:00
README Add copyright headers, license file. 2011-04-18 11:11:30 -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.


http://nodejs.org/