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.
|
2 years ago | |
---|---|---|
pyxis.gemini | 2 years ago | |
pyxis.helloworld | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
pyxis.sln | 2 years ago |
README.md
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.