lpereira / lwan

Experimental, scalable, high performance HTTP server
https://lwan.ws
GNU General Public License v2.0
5.94k stars 548 forks source link

Any plans to merge websocket-experimental with master branch ? #254

Closed GuacheSuede closed 6 years ago

lpereira commented 6 years ago

Yes, there are plans, but the API is, as the name says, experimental. There are lots of things I have to fix first. Some of them, in fact, are being slowly fixed in the master branch.

GuacheSuede commented 6 years ago

Alright Gotcha, Looking forward to it !

GuacheSuede commented 6 years ago

@lpereira I've got a question if you dont mind, writing lwan in c, what difficulties have u faced that would have been better served by c++ ?

lpereira commented 6 years ago

I'm not that skilled in C++ to answer this question. I know that there are some features from C++ that would have either simplified or made stuff I wrote for Lwan unnecessary (as they're part of the standard library), but I don't know how the end result would compare in terms of performance.

lpereira commented 6 years ago

Merged.