Warning
The library is not in production ready state yet
Initially translated from https://github.com/tsoding/cws
$ ./build.sh # We will use the official C3 build system eventually I swearIn one terminal:
$ ./build/autobahn_echo_serverIn another terminal
$ ./build/example_send_client "Hello, World" localhost 6969You can also connect to the server from a browser:
$ firefox ./tools/example_send_client.html