mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 14:00:01 -04:00
readme improvements
This commit is contained in:
parent
7ce772da7d
commit
194ad4e5c8
4 changed files with 68 additions and 44 deletions
|
@ -1,13 +1,11 @@
|
|||
# `epoxy-server`
|
||||
Performant server implementation of the Wisp protocol in Rust, made for epoxy.
|
||||
Performant server implementation of the Wisp protocol in Rust, made for epoxy-client.
|
||||
|
||||
You can view a recent flamegraph of the server under load [here](flamegraph.svg?raw=true).
|
||||
|
||||
## Building
|
||||
> [!IMPORTANT]
|
||||
> Rust nightly is required.
|
||||
|
||||
```
|
||||
```bash
|
||||
cargo b -r
|
||||
```
|
||||
The executable will be placed at `target/release/epoxy-server`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue