All Projects → geminiwen → Libuv Mbedtls

geminiwen / Libuv Mbedtls

port mbedtls on libuv

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Libuv Mbedtls

bproxy
high-performance minimal HTTP reverse proxy
Stars: ✭ 28 (+64.71%)
Mutual labels:  libuv
luv-vimdocs
No description or website provided.
Stars: ✭ 51 (+200%)
Mutual labels:  libuv
Luv
Bare libuv bindings for lua
Stars: ✭ 466 (+2641.18%)
Mutual labels:  libuv
jwEngine
A cross-platform C++<->lua server quick solution
Stars: ✭ 226 (+1229.41%)
Mutual labels:  libuv
tbag
Tea-bag is Third party extension utility project
Stars: ✭ 13 (-23.53%)
Mutual labels:  libuv
Libwebsockets
canonical libwebsockets.org networking library
Stars: ✭ 3,314 (+19394.12%)
Mutual labels:  libuv
libuvpp
minimal change of libuv for p2p networking
Stars: ✭ 22 (+29.41%)
Mutual labels:  libuv
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (+3752.94%)
Mutual labels:  libuv
uvtls
TLS/SSL extension for libuv that tries to conform to its style and idioms
Stars: ✭ 12 (-29.41%)
Mutual labels:  libuv
Deep Into Node
深入理解Node.js:核心思想与源码分析
Stars: ✭ 4,005 (+23458.82%)
Mutual labels:  libuv
nodenative
C++14 port for the Node.js: native performance and modern simplicity
Stars: ✭ 15 (-11.76%)
Mutual labels:  libuv
help
Need help with libuv? Post your question here.
Stars: ✭ 24 (+41.18%)
Mutual labels:  libuv
S task
awaitable coroutine library for C
Stars: ✭ 317 (+1764.71%)
Mutual labels:  libuv
hive-desktop
🐝 A small LAN chat app
Stars: ✭ 69 (+305.88%)
Mutual labels:  libuv
Uv Cpp
libuv wrapper in C++11 /libuv C++11网络库
Stars: ✭ 480 (+2723.53%)
Mutual labels:  libuv
nysocks
Nysocks binds kcp and libuv to provide an aggressive tcp tunnel in nodejs.
Stars: ✭ 78 (+358.82%)
Mutual labels:  libuv
Fs
Provide cross platform file operations based on libuv.
Stars: ✭ 276 (+1523.53%)
Mutual labels:  libuv
Txiki.js
The tiny JavaScript runtime built with QuickJS, libuv and ❤️
Stars: ✭ 733 (+4211.76%)
Mutual labels:  libuv
Moarvm
A VM with adaptive optimization and JIT compilation, built for Rakudo
Stars: ✭ 537 (+3058.82%)
Mutual labels:  libuv
Luvit
Lua + libUV + jIT = pure awesomesauce
Stars: ✭ 3,443 (+20152.94%)
Mutual labels:  libuv

What is this

Port mbedTLS on libuv, based on BIO which refers to wolfSSL/src/bio.c and the project is inspired by libuv-tls

ses API in uv_tls.c. just use

  1. uv_tls_init for uv_tcp_init
  2. uv_tls_connect for uv_tcp_connect
  3. uv_tls_read for uv_read_start
  4. uv_tls_write for uv_write

TODO

add a fully example.

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].