https://libwebsockets.org/ https://github.com/warmcat/libwebsockets
インストール
# git clone https://github.com/warmcat/libwebsockets.git # cd libwebsockets # mkdir build # cd build # cmake .. # make
テスト(ポート7681を開けるのを忘れないこと)
# make install # cd bin # ./libwebsockets-test-server --resource_path=/usr/local/share/libwebsockets-test-server/
上記のサーバー起動後、http://<テスト起動中のサーバIP>:7681 にアクセス