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
- Host: GitHub
- URL: https://github.com/eckankar/datanet-httpd
- Owner: Eckankar
- License: mit
- Created: 2017-07-08T11:14:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T09:27:35.000Z (almost 9 years ago)
- Last Synced: 2025-03-15T14:11:21.468Z (over 1 year ago)
- Topics: course-project, distributed-hash-table, http-server, python
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.