All Projects → txdv → Libuvsharp

txdv / Libuvsharp

.NET bindings for libuv

Projects that are alternatives of or similar to Libuvsharp

Uvloop
Ultra fast asyncio event loop.
Stars: ✭ 8,246 (+4750.59%)
Mutual labels:  asyncio, libuv
Uvw
Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
Stars: ✭ 1,222 (+618.82%)
Mutual labels:  wrapper, libuv
Aiovk
vk.com API python wrapper for asyncio
Stars: ✭ 85 (-50%)
Mutual labels:  wrapper, asyncio
Pulsar
Event driven concurrent framework for Python
Stars: ✭ 1,867 (+998.24%)
Mutual labels:  asyncio
Zstd Rs
A rust binding for the zstd compression library.
Stars: ✭ 159 (-6.47%)
Mutual labels:  wrapper
Aiocron
Crontabs for asyncio
Stars: ✭ 163 (-4.12%)
Mutual labels:  asyncio
Config4k
A Kotlin wrapper for Typesafe Config
Stars: ✭ 168 (-1.18%)
Mutual labels:  wrapper
Ignareo Isml Auto Voter
Ignareo the Carillon, a web spider template of ultimate concurrency built for leprechauns. Carillons as the best web spiders; Long live the golden years of leprechauns!
Stars: ✭ 154 (-9.41%)
Mutual labels:  asyncio
Imageflow
A simple wrapper of TensorFlow for Converting, Importing (and Soon, Training) Images in tensorflow.
Stars: ✭ 166 (-2.35%)
Mutual labels:  wrapper
Aiocqhttp
A Python SDK with async I/O for CQHTTP.
Stars: ✭ 162 (-4.71%)
Mutual labels:  asyncio
Aiozipkin
Distributed tracing instrumentation for asyncio with zipkin
Stars: ✭ 161 (-5.29%)
Mutual labels:  asyncio
T14m4t
Automated brute-forcing attack tool.
Stars: ✭ 160 (-5.88%)
Mutual labels:  wrapper
Minotaur
A pythonic, asynchronous, inotify interface
Stars: ✭ 163 (-4.12%)
Mutual labels:  asyncio
Desktop Google Keep Osx
A Super Simple Desktop Client for Mac OSX Built in Javascript and MacGap
Stars: ✭ 159 (-6.47%)
Mutual labels:  wrapper
Libhv
🔥 比libevent、libuv更易用的国产网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket client/server.
Stars: ✭ 3,355 (+1873.53%)
Mutual labels:  libuv
Py Kaldi Asr
Some simple wrappers around kaldi-asr intended to make using kaldi's (online) decoders as convenient as possible.
Stars: ✭ 156 (-8.24%)
Mutual labels:  wrapper
Spaces Api
An API wrapper for DigitalOcean's Spaces object storage designed for easy use.
Stars: ✭ 166 (-2.35%)
Mutual labels:  wrapper
Apriltag ros
A ROS wrapper of the AprilTag 3 visual fiducial detector
Stars: ✭ 160 (-5.88%)
Mutual labels:  wrapper
Libae
redis's async event loop library
Stars: ✭ 160 (-5.88%)
Mutual labels:  asyncio
Fastapi Crudrouter
A dynamic FastAPI router that automatically creates CRUD routes for your models
Stars: ✭ 159 (-6.47%)
Mutual labels:  asyncio

LibuvSharp Build Status License

This is a C# wrapper for the libuv library.

License

The wrapper is available under the MIT license. Note that the actual library is not licensed under the MIT license.

Compiling libuv

Windows

In order to compile libuv, open a Visual Studio Developer console and go to the subdirectory libuv and execute the following command:

vcbuild.bat release share
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].