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

https://github.com/iamtonmoy0/web-server

A simple web server with golang
https://github.com/iamtonmoy0/web-server

go golang static-web-server webserver

Last synced: 8 months ago
JSON representation

A simple web server with golang

Awesome Lists containing this project

README

          

# Web server
## A simple project with Go language

## commands

clone this repo

```
$ git clone https://github.com/iamtonmoy0/web-server.git
$ cd web-server
$ go run main.go

```