Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 356 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 356 Bytes

Gemini Dart server

A very simple Gemini server written in Dart

Running

If you want, edit config.yaml, generate SSL certificate (for local testing run openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365) and just run

pub run geminisvr