lpereira / lwan

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

TCP/UDP #266

Closed webandbusiness closed 4 years ago

webandbusiness commented 5 years ago

Hello, can it handle TCP / UDP service / server? (IOT applications are next future) If yes How? If not Why? Regards

dakerfp commented 5 years ago

It could be just simpler handle your own TCP connection by itself. You don't need all the HTTP infrastructure to handle that, although you could use some of lwan's abstractions such as co routines to help with some kinds of work load. However, that's still very general. You could be more specific on what you expect.

lpereira commented 4 years ago

Closing as original author didn't respond in over a year.