malwolf
v0.2.2
Published
Simple HTTP server for single-page apps
Downloads
2
Readme
Malwolf
Malwolf is a simple HTTP server for single-page web apps. Malwolf is made to run in a directory that contains 2 things:
- A
static
directory that contains the standard HTML, JS, and CSS. This will be served from the/static/*
URL route. - An
index.html
file. This will be served from all other routes.
TODO: Add tests. TODO: Add support for backend methods. TODO: Document this better.