Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 9a486b8

Browse files
committed
1 parent 6de7107 commit 9a486b8

16 files changed

+1
-1436
lines changed

.gitignore

-3
This file was deleted.

LICENSE

-20
This file was deleted.

Makefile

-19
This file was deleted.

README.md

+1-25
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
11
# WebSocket library in C3
22

3-
> [!WARNING]
4-
> The library is not in production ready state yet
5-
6-
Initially translated from https://github.com/tsoding/cws
7-
8-
## Echo Server
9-
10-
```console
11-
$ make
12-
```
13-
14-
In one terminal:
15-
```console
16-
$ ./build/autobahn_echo_server
17-
```
18-
19-
In another terminal
20-
```console
21-
$ ./build/example_send_client "Hello, World" localhost 6969
22-
```
23-
24-
You can also connect to the server from a browser:
25-
```console
26-
$ firefox ./tools/example_send_client.html
27-
```
3+
Moved to https://github.com/tsoding/cws (it has C3 bindings if you need them)

0 commit comments

Comments
 (0)