Home | History | Annotate | Download | only in dist

Lines Matching refs:libuv

8 * [HashLink](https://github.com/HaxeFoundation/hashlink): Haxe run-time with libuv support included.
11 * [Igropyr](https://github.com/guenchi/Igropyr): a async Scheme http server base on libuv.
13 * [Kestrel](https://github.com/aspnet/AspNetCore/tree/master/src/Servers/Kestrel): web server (C# + libuv + [ASP.NET Core](http://github.com/aspnet))
15 * [Lever](http://leverlanguage.com): runtime, libuv at the 0.9.0 release
18 * [libuv_message_framing](https://github.com/litesync/libuv_message_framing) Message-based communication for libuv
19 * [luaw](https://github.com/raksoras/luaw): Lua web server backed by libuv
21 * [mo](https://github.com/wehu/mo): Scheme (guile) + libuv runtime
26 * [node9](https://github.com/jvburnes/node9): A portable, hybrid, distributed OS based on Inferno, LuaJIT and Libuv
27 * [node.js](http://www.nodejs.org/): Javascript (using Google's V8) + libuv
35 * [spider-gazelle](https://github.com/cotag/spider-gazelle): Ruby web server using libuv bindings
40 * [uv_callback](https://github.com/litesync/uv_callback) libuv thread communication
41 * [uvloop](https://github.com/MagicStack/uvloop): Ultra fast implementation of python's asyncio event loop on top of libuv
45 * [libtuv](https://github.com/Samsung/libtuv): libuv fork for IoT and embedded systems
49 * [RingLibuv](http://ring-lang.sourceforge.net/doc1.7/libuv.html)
51 * [libuv](https://github.com/cotag/libuv)
61 * [uvpp](https://github.com/larroy/uvpp) - Not complete, exposes very few aspects of `libuv`
63 * [uvw](https://github.com/skypjack/uvw) - Header-only, event based, tiny and easy to use *libuv* wrapper in modern C++.
74 * [MoarVM](https://github.com/MoarVM/MoarVM) [uses](http://6guts.wordpress.com/2013/05/31/moarvm-a-virtual-machine-for-nqp-and-rakudo/) libuv
90 * [libuv-java](https://java.net/projects/avatar-js/sources/libuv-java/show): Java bindings
94 * [cl-libuv](https://github.com/orthecreedence/cl-libuv) Common Lisp bindings
95 * [cl-async](https://github.com/orthecreedence/cl-async) Common Lisp async abstraction on top of cl-libuv
97 * [Céu-libuv](https://github.com/fsantanna/ceu-libuv)