💾 Archived View for gemi.dev › gemini-mailing-list › 000221.gmi captured on 2024-08-25 at 10:13:14. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-12-28)
-=-=-=-=-=-=-
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)? -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20200615/7033 d315/attachment-0001.htm>
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)? > -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20200615/339d 0a76/attachment.htm>
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)? -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20200615/a328 8b06/attachment.htm>
There?s a list of server software at gemini://gemini.circumlunar.space/software/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20200615/0f6a 50f2/attachment.htm>
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