Hacker News new | ask | show | jobs
by meir_yanovich 3688 days ago
What is the main difference between libwebsockets and this ?

can it be embedded in to libuv? in C

1 comments

You can create a C binding and it does integrate with libuv.

libwebsockets is targeting the embedded world with a smaller code footprint (libc vs libstdc++). libwebsockets performs very good in memory and CPU time.