C# bindings to libuv... that's about it. Ultimate goal is to provide really good cross-platform evented sockets for manos.
Builds and runs on Windows, Mac and Linux.
- Mono (Tested under 2.10.2)
- gcc
- MSVC 2010 (Not tested with the express edition, but it should work)
- MSVC# 2010
git pull git://github.com/kersny/libuv-csharp.git
git submodule update --init
make
mono build/Libuv.Tests.exe
(to clean) make clean
winbuild.bat
cd build
Libuv.Tests.exe
(to clean) winbuild.bat clean
Somewhere else:
telnet localhost 8080
- Implement all of the api
- Get rid of memory leaks