Cross-platform asynchronous I/O
Go to file
2011-04-19 14:22:18 +02:00
ev
test Fix windows build. Test-connection-fails still fails. 2011-04-19 14:22:18 +02:00
.gitignore
AUTHORS
iocp-links.html
liboio-benchmark.vcxproj Fix windows build. Test-connection-fails still fails. 2011-04-19 14:22:18 +02:00
liboio-test.vcxproj Fix windows build. Test-connection-fails still fails. 2011-04-19 14:22:18 +02:00
liboio.sln
liboio.vcxproj
LICENSE
Makefile Add ping-pong benchmark 2011-04-18 23:51:53 -07:00
ngx-queue.h
oio-unix.c Remove oio_err - use ints 2011-04-19 02:29:36 -07:00
oio-unix.h Remove oio_err - use ints 2011-04-19 02:29:36 -07:00
oio-win.c Remove oio_err - use ints 2011-04-19 02:29:36 -07:00
oio-win.h Remove oio_err - use ints 2011-04-19 02:29:36 -07:00
oio.h Remove oio_err - use ints 2011-04-19 02:29:36 -07:00
README
tree.h

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/