Skip to content

Commit 5be383f

Browse files
author
pfeatherstone
committed
updated readme
1 parent ad71abc commit 5be383f

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

README.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,21 @@ Copy the contents of `src` into your project then link to:
1212
## Examples
1313

1414
Try out:
15-
- `test/server.cpp`
16-
- `test/client.cpp`
15+
- [server.cpp](examples/server.cpp)
16+
- [client_http.cpp](examples/client_http.cpp)
17+
- [client_ws_awaitable.cpp](examples/client_ws_awaitable.cpp)
18+
- [client_ws_coro.cpp](examples/client_ws_coro.cpp)
1719

1820
Build using:
1921

2022
```bash
21-
$ cmake ./test -B build -DCMAKE_BUILD_TYPE=Release
23+
$ cmake ./examples -B build -DCMAKE_BUILD_TYPE=Release
2224
$ cmake --build build --parallel
2325
```
2426

25-
Run the following example server and open a browser at http(s)://localhost:8000. Note, the example showcases basic authentication. The user is "Tommy" and the password is "Aldridge".
26-
27-
```bash
28-
$ ./build/server [--use_tls]
29-
```
30-
31-
Run the following example client:
32-
33-
```bash
34-
$ ./build/client
35-
```
36-
3727
## Roadmap
3828
- [ ] Chunked encoding
3929
- [ ] Documentation
40-
- [ ] WS(s) clients
4130
- [ ] Unit tests
4231

4332
## Questions

0 commit comments

Comments
 (0)