Gemini protocol server in C#
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
454 B

2 years ago
# pyxis
A not-very-good server implementing the Gemini protocol.
## Features
* Flexible: It basically papers over the entire Gemini protocol and provides a simple callback to receive a request and return a response.
* Multi-threaded: Uses .NETs ThreadPools for processing all stages of the connection to serve multi requests simultaneously.
* SNI: Supports TLS SNI to allow hosting multiple hosts on a single listener with different SSL certificates.