Home | History | Annotate | Line # | Download | only in dist
LINKS.md revision 1.1
      1 ### Apps / VM
      2 * [BIND 9](https://bind.isc.org/): DNS software system including an authoritative server, a recursive resolver and related utilities.
      3 * [cjdns](https://github.com/cjdelisle/cjdns): Encrypted self-configuring network/VPN routing engine
      4 * [clearskies_core](https://github.com/larroy/clearskies_core): Clearskies file synchronization program. (C++11)
      5 * [CMake](https://cmake.org) open-source, cross-platform family of tools designed to build, test and package software
      6 * [Coherence](https://github.com/liesware/coherence/): Cryptographic server for modern web apps. 
      7 * [DPS-For-IoT](https://github.com/intel/dps-for-iot/wiki): Fully distributed publish/subscribe protocol.
      8 * [HashLink](https://github.com/HaxeFoundation/hashlink): Haxe run-time with libuv support included.
      9 * [Haywire](https://github.com/kellabyte/Haywire): Asynchronous HTTP server.
     10 * [H2O](https://github.com/h2o/h2o): An optimized HTTP server with support for HTTP/1.x and HTTP/2.
     11 * [Igropyr](https://github.com/guenchi/Igropyr): a async Scheme http server base on libuv.
     12 * [Julia](http://julialang.org/): Scientific computing programming language
     13 * [Kestrel](https://github.com/aspnet/AspNetCore/tree/master/src/Servers/Kestrel): web server (C# + libuv + [ASP.NET Core](http://github.com/aspnet))
     14 * [Knot DNS Resolver](https://www.knot-resolver.cz/): A minimalistic DNS caching resolver
     15 * [Lever](http://leverlanguage.com): runtime, libuv at the 0.9.0 release
     16 * [libnode](https://github.com/plenluno/libnode): C++ implementation of Node.js
     17 * [libstorj](https://github.com/Storj/libstorj): Library for interacting with Storj network
     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
     20 * [Luvit](http://luvit.io): Node.JS for the Lua Inventor
     21 * [mo](https://github.com/wehu/mo): Scheme (guile) + libuv runtime
     22 * [MoarVM](https://github.com/MoarVM/MoarVM): a VM for [Rakudo](http://rakudo.org/) [Raku](http://raku.org)
     23 * [Mysocks](https://github.com/zhou0/mysocks): a cross-platform [Shadowsocks](https://shadowsocks.org) client
     24 * [mediasoup](http://mediasoup.org): Powerful WebRTC SFU for Node.js
     25 * [Neovim](https://neovim.io/): A major refactor of Vim.
     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
     28 * [node.native](https://github.com/d5/node.native): node.js-like API for C++11
     29 * [nodeuv](https://github.com/nodeuv): An organization with several c++ wrappers for libs which are used in node.js.
     30 * [phastlight](https://github.com/phastlight/phastlight): Command line tool and web server written in PHP 5.3+ inspired by Node.js
     31 * [pilight](https://www.pilight.org/): home automation ("domotica")
     32 * [pixie](https://github.com/pixie-lang/pixie): clojure-inspired lisp with a tracing JIT
     33 * [potion](https://github.com/perl11/potion)/[p2](https://github.com/perl11/p2): runtime
     34 * [racer](https://libraries.io/rubygems/racer): Ruby web server written as an C extension
     35 * [spider-gazelle](https://github.com/cotag/spider-gazelle): Ruby web server using libuv bindings
     36 * [Suave](http://suave.io/): A simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition
     37 * [Swish](https://github.com/becls/swish/): Concurrency engine with Erlang-like concepts. Includes a web server.
     38 * [Trevi](https://github.com/Yoseob/Trevi): A powerful Swift Web Application Server Framework Project
     39 * [Urbit](http://urbit.org): runtime
     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
     42 * [Wren CLI](https://github.com/wren-lang/wren-cli): For io, process, scheduler and timer modules
     43 
     44 ### Other
     45 * [libtuv](https://github.com/Samsung/libtuv): libuv fork for IoT and embedded systems
     46 
     47 ### Bindings
     48 * [Ring](http://ring-lang.net)
     49    * [RingLibuv](http://ring-lang.sourceforge.net/doc1.7/libuv.html)
     50 * Ruby
     51    * [libuv](https://github.com/cotag/libuv)
     52    * [uvrb](https://github.com/avalanche123/uvrb)
     53    * [ruv](https://github.com/aq1018/ruv)
     54    * [rbuv](https://github.com/rbuv/rbuv)
     55    * [mruby-uv](https://github.com/mattn/mruby-uv): mruby binding
     56 * Lua
     57    * [luv](https://github.com/creationix/luv)
     58    * [lev](https://github.com/connectFree/lev)
     59    * [lluv](https://github.com/moteus/lua-lluv)
     60 * C++11
     61    * [uvpp](https://github.com/larroy/uvpp) - Not complete, exposes very few aspects of `libuv`
     62 * C++17
     63    * [uvw](https://github.com/skypjack/uvw) - Header-only, event based, tiny and easy to use *libuv* wrapper in modern C++.
     64 * Python
     65    * [Pyuv](https://github.com/saghul/pyuv)
     66    * [uvloop](https://github.com/MagicStack/uvloop) - Ultra fast asyncio event loop.
     67    * [gevent](http://www.gevent.org) - Coroutine-based concurrency library for Python
     68 * C#
     69    * [NetUV](http://github.com/StormHub/NetUV)
     70    * [LibuvSharp](http://github.com/txdv/LibuvSharp)
     71 * Perl 5
     72    * [UV](https://metacpan.org/pod/UV)
     73 * [Raku](https://raku.org/)
     74    * [MoarVM](https://github.com/MoarVM/MoarVM) [uses](http://6guts.wordpress.com/2013/05/31/moarvm-a-virtual-machine-for-nqp-and-rakudo/) libuv
     75 * PHP
     76    * [php-uv](https://github.com/bwoebi/php-uv)
     77 * Go
     78    * [go-uv](https://github.com/mattn/go-uv)
     79 * OCaml
     80    * [luv](https://github.com/aantron/luv)
     81    * [uwt](https://github.com/fdopen/uwt)
     82 * ooc
     83    * [ooc-uv](https://github.com/nddrylliog/ooc-uv)
     84 * dylan
     85    * [uv-dylan](https://github.com/waywardmonkeys/uv-dylan)
     86 * R
     87    * [httpuv](https://github.com/rstudio/httpuv): HTTP and WebSocket server library for R
     88    * [fs](https://fs.r-lib.org/): Cross-platform file system operations
     89 * Java
     90    * [libuv-java](https://java.net/projects/avatar-js/sources/libuv-java/show): Java bindings
     91 * Nim
     92    * [nimuv](https://github.com/2vg/nimuv): Nim bindings
     93 * Lisp
     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
     96 * [Cu](http://www.ceu-lang.org)
     97    * [Cu-libuv](https://github.com/fsantanna/ceu-libuv)
     98 * Delphi
     99    * [node.pas](https://github.com/vovach777/node.pas) NodeJS-like ecosystem
    100 * Haskell
    101    * [Z.Haskell](https://z.haskell.world)
    102