libwebsockets-test-server-extpoll
lightweight C websockets library - test servers
Install
- All systems
-
curl cmd.cat/libwebsockets-test-server-extpoll.sh
- Debian
-
apt-get install libwebsockets-test-server
- Ubuntu
-
apt-get install libwebsockets-test-server
- Alpine
-
apk add libwebsockets
- Arch Linux
-
pacman -S libwebsockets
- Kali Linux
-
apt-get install libwebsockets-test-server
- Fedora
-
dnf install libwebsockets-tests
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libwebsockets-test-server
- OS X
-
brew install libwebsockets
- Raspbian
-
apt-get install libwebsockets-test-server
- Docker
-
docker run cmd.cat/libwebsockets-test-server-extpoll libwebsockets-test-server-extpoll
powered by Commando
libwebsockets-test-server
lightweight C websockets library - test servers
Libwebsockets is a lightweight pure C library for both websockets clients and servers built to use minimal CPU and memory resources and provide fast throughput in both directions. This package contains several demonstration test servers.
libwebsockets-tests
Tests to use with libwebsockets
libwebsockets
This is the libwebsockets C library for lightweight websocket
clients and servers.