[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [gopher] cgod - a new prototype gopher daemon




On Fri, Dec 19, 2014 at 6:54 AM, Kevin Veroneau <kevin@veroneau.net> wrote:
I may consider using a Python based Gopher server if running Python apps ontop of it were seamless. Right now with mgod, each Python script is forked, so it sort of limits the sort of Gopher apps I could potential build.

For example, it would be cool if said Gopher server was very extendable via custom Python apps. Similar to how Django has an Apps system and url dispatcher. So rather than forking, the code is already in memory. It would be a perfect server for hosters like me who only host their own site. I could see apps being made for various gateways, and multihosting using the classic tilde.

That's one of the nicest things about using circuits as a framework fo
this kind of thing. You can already extend my implemtnation
and build "apps" right now by intercepting "request" events.

So hopefully you'll get such a Gopher server :)

cheers
James

_______________________________________________
Gopher-Project mailing list
Gopher-Project@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/gopher-project

Reply to: