add echo and broadcast server as ws sub-commands

This commit is contained in:
Benjamin Sergeant
2019-02-22 21:13:56 -08:00
parent c4054d4984
commit 1c775cb759
11 changed files with 164 additions and 210 deletions

View File

@ -28,6 +28,8 @@ g++ --std=c++14 \
ixcrypto/IXBase64.cpp \
ixcrypto/IXHash.cpp \
ixcrypto/IXUuid.cpp \
ws_broadcast_server.cpp \
ws_echo_server.cpp \
ws_chat.cpp \
ws_connect.cpp \
ws_transfer.cpp \