Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 316 Bytes

File metadata and controls

8 lines (6 loc) · 316 Bytes

FastHTTP

A fast to deploy HTTP Server for Testing

How to use?

./fasthttp http <port> - Deploys a Demo Webserver

./fasthttp prod <port> - Deploys a Webserver for Current Directory

Please note that this should not be used as an production webserver because I have not implemented any security features!