|
|
преди 3 години | |
|---|---|---|
| .. | ||
| tcpws | преди 3 години | |
| Makefile | преди 4 години | |
| README.md | преди 4 години | |
sample code for tcp&websocket
# build
$make
# see usage
$./sample
# first console window
$./sample tcpserver
# then open another console window
$./sample tcpclient
# first console window
$./sample wsserver
# then open another console window
$./sample wsclient
Notice: TCP using the same port as Websocket server.