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

[gopher] cgod - a new prototype gopher daemon



Hey all,

I just finished implementing a prototype gopher server.

Source: https://bitbucket.org/prologic/cgod

It's very simple right now.

* No CGI support
* No security (selectors are sanitised)
* ... probably lots of other things Gophernicus and Bucktooth have :)

It's written in Python using circuits[1]

Quick Start:

$ hg clone https://bitbucket.org/prologic/cgod
$ cd cgod
$ mkvirtualenv cgod
$ pip install -r requirements.txt
$ ./server.py

$ lynx gopher://localhost:7000/

cheers
James

[1]: https://pypi.python.org/pypi/circuits

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

Reply to: