Micro is a simple implementation of the HTTP protocol's fundamentals, namely the ability to request static files from a server. It serves files of any type from the www/ directory in its working directory.
- Put your files in www/
- Set the
MICRO_PORT
environment variable in .env (defaults to port 80) go run .
This application is licensed under the MIT License. For more details, please reference the file LICENSE.