/hello-gemini

say hello to the gemini protocol

Primary LanguageJavaScriptMIT LicenseMIT

hello gemini

Playing around with the gemini protocol.

server

The server is written for nodeJS.

Start the server:

node src/server.js

Use a gemini client like bombadillo to send requests to the server:

bombadillo gemini://localhost

client

The client is written for deno (just for fun).

Use the client:

deno run -A src/client.js gemini.circumlunar.space