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

https://github.com/voltageddebunked/goserve

A simple web-server built in Go.
https://github.com/voltageddebunked/goserve

go html server utils

Last synced: 11 months ago
JSON representation

A simple web-server built in Go.

Awesome Lists containing this project

README

          

# GoServe
A simple web-server built in Go.
## Usage
1. Clone the repository:
```bash
git clone https://github.com/voltageddebunked/goserve.git
```
2. Run the server:
```bash
go run main.go
```
When it says `Starting GoServe on port 8080...` it means it has been sucessfully started.
Go to `http://localhost:8080/index.html` and you will see your web running.
3. Closing the Server:
To close the server, just run `ctrl + c` to stop the server.
## Contributing
Contributions are welcome, feel free to add, fix, or adjust the project.
## License
This uses the `Apache 2.0` license. see the [license](LICENSE) file for details.