C websockets server library for building WebSocket applications
C websockets server library
libwebsockets$ gcc myprogram.c -o myprogram $(pkg-config --cflags --libs libwebsockets)$ pkg-config --modversion libwebsockets$ pkg-config --variable=libdir libwebsockets