💾 Archived View for gemi.dev › gemini-mailing-list › 000320.gmi captured on 2023-12-28 at 15:45:16. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-11-04)
-=-=-=-=-=-=-
Hi geminauts, I just wrote a super-simple server running with Node.js: https://git.sr.ht/~kr1sp1n/lovell <https://git.sr.ht/~kr1sp1n/lovell> It?s just a proof-of-concept for now and it serves only a static file. But it was fun to write it and showed me again how simple it is to implement the Gemini protocol. Please send me feature requests if you like and I am more than happy to implement it. Have a "lovelly? day! Krispin -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20200811/4336 7ab9/attachment-0001.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: Message signed with OpenPGP URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20200811/4336 7ab9/attachment-0001.sig>
It was thus said that the Great Krispin Schulz once stated: > Hi geminauts, Hello. > I just wrote a super-simple server running with Node.js: > > https://git.sr.ht/~kr1sp1n/lovell <https://git.sr.ht/~kr1sp1n/lovell> > > It?s just a proof-of-concept for now and it serves only a static file. > But it was fun to write it and showed me again how simple it is to implement the Gemini protocol. > Please send me feature requests if you like and I am more than happy to implement it. I tried taking a look at the project, but: Unauthorized The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required. This makes it a bit hard to look and try it out. -spc (But congratulations on writing a server!)
Hi Sean, > On 11. Aug 2020, at 11:02, Sean Conner <sean at conman.org> wrote: > > It was thus said that the Great Krispin Schulz once stated: >> Hi geminauts, > > Hello. > >> I just wrote a super-simple server running with Node.js: >> >> https://git.sr.ht/~kr1sp1n/lovell <https://git.sr.ht/~kr1sp1n/lovell> >> >> It?s just a proof-of-concept for now and it serves only a static file. >> But it was fun to write it and showed me again how simple it is to implement the Gemini protocol. >> Please send me feature requests if you like and I am more than happy to implement it. > > I tried taking a look at the project, but: > > Unauthorized > > The server could not verify that you are authorized to access the > URL requested. You either supplied the wrong credentials (e.g. a bad > password), or your browser doesn't understand how to supply the > credentials required. > > This makes it a bit hard to look and try it out. I forgot to make the repo public. Shame on me! Please try again and thanks for the hint ;) > > -spc (But congratulations on writing a server!) > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: Message signed with OpenPGP URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20200811/99fb c13a/attachment.sig>
Well done. If you're looking for motivators to push your project forward, I recommend running a gemini site using your own server, assuming you have server/domain resources to do this. If I were doing such a thing, I might start with some overview articles, as well as some auto-generated stuff (e.g. a gemtext version of the git log) which could eventually be invoked via CGI if or when you choose to add this. There's a bunch of implied feature requests right there! On Tue, 11 Aug 2020 at 09:07, Krispin Schulz <krispin at posteo.de> wrote: > > Hi geminauts, > > I just wrote a super-simple server running with Node.js: > > https://git.sr.ht/~kr1sp1n/lovell > > It?s just a proof-of-concept for now and it serves only a static file. > But it was fun to write it and showed me again how simple it is to implement the Gemini protocol. > Please send me feature requests if you like and I am more than happy to implement it. > > Have a "lovelly? day! > > > Krispin
---
Previous Thread: Track spec changes in git
Next Thread: Go 1.15 requires changes to TLS code for Gemini!