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.
- Host: GitHub
- URL: https://github.com/voltageddebunked/goserve
- Owner: VoltagedDebunked
- License: apache-2.0
- Created: 2024-07-19T18:46:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T19:00:30.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T16:58:15.309Z (over 1 year ago)
- Topics: go, html, server, utils
- Language: HTML
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.