🧁 An object-oriented Gemini server for Deno!
gemini-protocol deno typescript gemini
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(server): Server constructor

Fuwn 6deffaad 7ed3e460

+5
+5
laurali/server.ts
··· 43 43 /** The hostname of the `Server` */ 44 44 static #hostname: string; 45 45 46 + /** 47 + * @param certFile The path to the public key file of the `Server` 48 + * @param keyFile The path to the private key file of the `Server` 49 + * @param config Extra configuration options of the `Server` 50 + */ 46 51 constructor( 47 52 certFile: string, 48 53 keyFile: string,