# 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.