Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Is libuv used anywhere else outside of node?


There's a very good OCaml binding: https://github.com/fdopen/uwt . It works really well in the networking component of the Docker for Mac and Windows desktop apps (see https://github.com/moby/vpnkit)



There's an event loop implementation for Python based on libuv: https://github.com/MagicStack/uvloop

It's compatible with the native asyncio event loop and can be used as a drop-in replacement.


neovim uses libuv.


I'm pretty sure aspnetcore uses it.


The default for Kestrel has been moved off of libuv, but you can choose to use libuv if you'd like.

https://blogs.msdn.microsoft.com/webdev/2018/04/12/asp-net-c...


The Julia programming language uses it.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: