|
|
|
|
|
by janice1999
898 days ago
|
|
Is this a joke? On first glance the project looks like a library for serving and consuming HTTP(s)/Web sockets. Everything else you mention appears to be optional integrations, like SSH, or separate examples provided by the developers in other repos to showcase diverse usecases, like the ESP32 applications. |
|
The majority of the things I list are optional features of the core library (rather than examples) enabled by cmake flags, some of which look to be enabled by default:
I would be slightly surprised if I saw a dependency on "libwebsockets" and found that it brought in a JPEG decoder, for example.All these extra features may imply that it's grown past its original goals, and that the other bits and pieces could be split into smaller parts, etc.