Theldus / wsServer

wsServer - a tiny WebSocket server library written in C
https://theldus.github.io/wsServer
GNU General Public License v3.0
427 stars 86 forks source link

binary packets support and multi listeners ports support. #10

Closed jfdelnero closed 4 years ago

jfdelnero commented 4 years ago

First thanks for this straightforward implementation !

I have added the binary mode support and the multi listeners ports support.

Theldus commented 4 years ago

Hello @jfdelnero, Thank you so much for your contributions. Support to binary frames was on my todo list, so thank you for implementing it. Multi listeners looks a great idea too. I just have one consideration to do (see review below).