An open API service indexing awesome lists of open source software.

https://github.com/eckankar/datanet-httpd

Python HTTPd implemented for the Datanet course at DIKU
https://github.com/eckankar/datanet-httpd

course-project distributed-hash-table http-server python

Last synced: 9 months ago
JSON representation

Python HTTPd implemented for the Datanet course at DIKU

Awesome Lists containing this project

README

          

# datanet-httpd

A simple HTTPd I implemented for the course Datanet at [DIKU](http://www.diku.dk) in 2010.

This is student code implemented for a university course, so it's not at all production ready.

# Requirements

Requires Python 2.

# Usage

To start the server, execute `./httpd.py`.

Commandline switches are available through `./httpd.py -h`.

Per default it runs on port 8080 in verbose mode.