Name Date Size #Lines LOC

..--

abstract/H25-Apr-2025-2,5981,595

core/H25-Apr-2025-6,5834,558

core-net/H25-Apr-2025-16,57510,679

cose/H25-Apr-2025-3,5142,497

drivers/H25-Apr-2025-3,0431,803

event-libs/H25-Apr-2025-4,3922,998

jose/H25-Apr-2025-5,5753,321

misc/H25-Apr-2025-14,5859,553

plat/H25-Apr-2025-8,8865,701

roles/H25-Apr-2025-43,74531,579

secure-streams/H25-Apr-2025-13,0238,626

system/H25-Apr-2025-5,9823,646

tls/H25-Apr-2025-21,99413,602

CMakeLists.txtH A D25-Apr-202511.7 KiB385321

README.mdH A D25-Apr-2025675 1713

README.md

1## Library sources layout
2
3Code that goes in the libwebsockets library itself lives down ./lib
4
5Path|Sources
6---|---
7lib/core|Core lws code related to generic fd and wsi servicing and management
8lib/core-net|Core lws code that applies only if networking enabled
9lib/event-libs|Code containing optional event-lib specific adaptations
10lib/jose|JOSE / JWS / JWK / JWE implementations
11lib/misc|Code for various mostly optional miscellaneous features
12lib/plat|Platform-specific adaptation code
13lib/roles|Code for specific optional wsi roles, eg, http/1, h2, ws, raw, etc
14lib/system|Code for system-level features, eg, dhcpclient
15lib/tls|Code supporting the various TLS libraries
16
17