💾 Archived View for gemi.dev › gemini-mailing-list › 000221.gmi captured on 2023-11-04 at 12:34:03. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
I'm new to Gemini, and I've started implementing a gemini server. Is there a list of gemini server projects (as in serving software, not live servers that are serving content)? I'm interested in seeing how others handle dynamic routes. Are there any projects yet implementing gemini "frameworks" (a la python's Flask for web)?
I?ve recently announced my go framework that I?ve been using for all my servers https://github.com/pitr/gig I don?t think it?s listed on the official website. It supports dynamic routes and lots of helpers to make writing Gemini apps quickly. Ultimately a Gemini framework would be very similar to a web framework, where you declare a route like ?/user/:name? and the framework would extract that part from the url and pass it to your handler. On Mon, Jun 15, 2020 at 19:40 Alex Ellis <apellis at gmail.com> wrote: > I'm new to Gemini, and I've started implementing a gemini server. Is there > a list of gemini server projects (as in serving software, not live servers > that are serving content)? I'm interested in seeing how others handle > dynamic routes. Are there any projects yet implementing gemini "frameworks" > (a la python's Flask for web)? >
Jetforce and net-gemini also offer frameworks in Python and Go respectively. https://github.com/michael-lazar/jetforce https://github.com/jackdoe/net-gemini makeworld ??????? Original Message ??????? On Monday, June 15, 2020 1:40 PM, Alex Ellis <apellis at gmail.com> wrote: > I'm new to Gemini, and I've started implementing a gemini server. Is there a list of gemini server projects (as in serving software, not live servers that are serving content)? I'm interested in seeing how others handle dynamic routes. Are there any projects yet implementing gemini "frameworks" (a la python's Flask for web)?
There?s a list of server software at gemini://gemini.circumlunar.space/software/
It was thus said that the Great colecmac at protonmail.com once stated: > Jetforce and net-gemini also offer frameworks in Python and Go respectively. > > https://github.com/michael-lazar/jetforce > https://github.com/jackdoe/net-gemini GLV-1.12556 provides a framework in Lua. https://github.com/spc476/GLV-1.12556 -spc
On June 15, 2020 7:04:32 PM UTC, colecmac at protonmail.com wrote: >Jetforce and net-gemini also offer frameworks in Python and Go >respectively. > >https://github.com/michael-lazar/jetforce Friendly reminder that Jetforce is under an unconventional license (Floodgap "Free" Software License), which may be a drawback from building dynamic applications with it (which indeed is mine). ~fkfd
Alex Ellis <apellis at gmail.com> writes: > I'm new to Gemini, and I've started implementing a gemini server. Is > there a list of gemini server projects (as in serving software, not > live servers that are serving content)? I'm interested in seeing how > others handle dynamic routes. Are there any projects yet implementing > gemini "frameworks" (a la python's Flask for web)? Germinal doesn't yet, but it's planned for when I have a little more time. -- +-----------------------------------------------------------+ | Jason F. McBrayer jmcbray at carcosa.net | | If someone conquers a thousand times a thousand others in | | battle, and someone else conquers himself, the latter one | | is the greatest of all conquerors. --- The Dhammapada |
---
Previous Thread: Permanent freeze on non-trivial new features