Language
C++
Compiler
clang 8.0.0
Options
Warnings
Boost 1.71.0
C++2a(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.71.0/clang-8.0.0/include -std=gnu++2a Usage: websocket-client-async <host> <port> <text>
Example:
websocket-client-async echo.websocket.org 80 "Hello, world!"
Exit Code:
1