Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamtraction/matt-daemon
A lightweight HTTP daemon for serving static files. With Matt Daemon, there are no surprises. He just serves.
https://github.com/iamtraction/matt-daemon
daemon http httpd matt matt-daemon python server
Last synced: 13 days ago
JSON representation
A lightweight HTTP daemon for serving static files. With Matt Daemon, there are no surprises. He just serves.
- Host: GitHub
- URL: https://github.com/iamtraction/matt-daemon
- Owner: iamtraction
- License: mit
- Created: 2019-06-17T02:07:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T03:00:56.000Z (over 5 years ago)
- Last Synced: 2025-01-05T21:39:19.320Z (25 days ago)
- Topics: daemon, http, httpd, matt, matt-daemon, python, server
- Language: Python
- Homepage: https://pypi.org/project/matt-daemon/
- Size: 16.6 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
Matt Daemon
===========================A lightweight HTTP daemon for serving static files.
With Matt Daemon, there are no surprises. He just serves.Installation
------------This is a `Python`_ module available through the `PyPI`_.
Before installing, `download and install Python`_. We recommend
installing version 3.5+ of Python.Installation is done using the ``pip install`` command:
.. code:: bash
$ pip install matt-daemon
For more info, see `pip install`_ docs.
Get Started
-----------To start the Matt Daemon, all you need to do is run the following command:
.. code:: bash
$ matt-daemon
Credits
-------
A funny post in `r/ProgrammerHumor`_.. _Python: https://python.org
.. _PyPI: https://pypi.python.org/
.. _download and install Python: https://www.python.org/downloads/
.. _pip install: https://docs.python.org/3/installing/index.html
.. _r/ProgrammerHumor: https://www.reddit.com/r/ProgrammerHumor/