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

https://github.com/9d4/tinywebserver

Simple web in Go. This is not web server actually.
https://github.com/9d4/tinywebserver

Last synced: 11 months ago
JSON representation

Simple web in Go. This is not web server actually.

Awesome Lists containing this project

README

          

# tinywebserver
Simple web server in Go

#### How to run
Simply execute this command and you're set.
```
go run .
```