An open API service indexing awesome lists of open source software.

https://github.com/gustavosbarreto/go-stupid-simple-httpserver

Don't waste your time writing HTTP server code for routing requests. Focus on the handlers.
https://github.com/gustavosbarreto/go-stupid-simple-httpserver

kiss serverless

Last synced: about 1 year ago
JSON representation

Don't waste your time writing HTTP server code for routing requests. Focus on the handlers.

Awesome Lists containing this project

README

          

# A Stupid Simple Serverless implementation

Don't waste your time writing HTTP server code for routing requests.
Focus on the handlers.

## Features

* GET, POST, PUT and DELETE HTTP methods.
* Serve static files from directory.
* File uploading support.