# SERVERUS A flexible HTTP server for mixed content. Throw static files, markdown, Typescript and (hopefully, eventually) more into a directory and serverus can serve it up a bit more like old-school CGI. ## Usage Compiled: ``` [user@machine] ~/ serverus --root ./public ``` Container: ``` ``` Deno: ``` deno --allow-env --allow-read --allow-write --allow-net jsr:@andyburke/serverus --root ./public ``` ## Overview SERVERUS is a Deno-based webserver that allows for various handlers to serve up different types of content with a great deal of control. The default handlers are: - HTML with SSI support eg: ```