update readme

This commit is contained in:
yggverse 2024-05-06 07:25:38 +03:00
parent 3b0c137b1c
commit 5f8e81aae6

View File

@ -6,16 +6,16 @@ Based on [Ratchet](https://github.com/ratchetphp/Ratchet) asynchronous socket li
## Features ## Features
* Async connections * Async listener
* Multi-host * Multi-host
* Multi-protocol: * Multi-protocol:
* [x] [NEX](https://nightfall.city/nex/info/specification.txt) * [x] [NEX](https://nightfall.city/nex/info/specification.txt)
* [ ] [Gemini](https://geminiprotocol.net) * [ ] [Gemini](https://geminiprotocol.net)
* Event log * Event logs
* Optional: * Optional:
* directory listing navigation with safe filesystem access * file navigation on directory request
* custom index file names * custom index name
* custom failure page * custom failure template
* Simple and flexible server configuration by CLI arguments * Simple and flexible server configuration by CLI arguments
## Install ## Install