Alligned to homepage

This commit is contained in:
Martin Slot 2023-11-28 13:24:11 +01:00
parent c399f0d3e1
commit c7f01691a1
1 changed files with 5 additions and 5 deletions

View File

@ -1,14 +1,14 @@
# Commander
### Commander
This is a small request/response server written in `rust` that talks a `HTTP`-like protocol based on `protobuf`.
# Production
### Production
Please never use this in production :)
# StreamReader
### StreamReader
I am experimenting a lot with a buffered reader, that i think is pretty slow, and pretty non-rustic in it's implementation: still, i like to have fun with it.
# Examples
### Examples
For examples on how to use it, see the tests under `tests/`.
# Nextgen
### Nextgen
I am currently looking into making client certification authentification, for some "simple" authentication for the server.