Skip to content

mitgedanken-lab/c3-websocket

 
 

Repository files navigation

WebSocket library in C3

Warning

The library is not in production ready state yet

Initially translated from https://github.com/tsoding/cws

Echo Server

$ ./build.sh # We will use the official C3 build system eventually I swear

In one terminal:

$ ./build/autobahn_echo_server

In another terminal

$ ./build/example_send_client "Hello, World" localhost 6969

You can also connect to the server from a browser:

$ firefox ./tools/example_send_client.html

About

WebSocket library in C3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 80.1%
  • Shell 19.9%