Matheus28 / ws28

C++17 WebSocket server library (uses libuv)
MIT License
66 stars 10 forks source link

Great minimalistic ws server code #6

Closed meiry closed 5 years ago

meiry commented 5 years ago

Just to say , i didn't test it but from seeing it looks like minimalistic and right to the point ws server i wonder if replacing libuv with plain networking code and memory management will do some difference

Matheus28 commented 5 years ago

I already use libuv for several other things so eliminating it as a dependency isn't something I desire. Adding cross platform support for networking would add a lot of code.

meiry commented 5 years ago

yeah it's great lib ( power nodejs) . and your games are great! do you also use it if you do mobile games ?

Koleotank commented 4 years ago

I assume not, but I'm not Matheus