Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rimubytes/go_server
This is a simple Go server application that serves HTTP requests.
https://github.com/rimubytes/go_server
go
Last synced: about 2 months ago
JSON representation
This is a simple Go server application that serves HTTP requests.
- Host: GitHub
- URL: https://github.com/rimubytes/go_server
- Owner: rimubytes
- Created: 2024-03-06T18:28:06.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-07-15T21:23:28.000Z (6 months ago)
- Last Synced: 2024-11-13T01:38:11.655Z (about 2 months ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go-Server
This is a simple Go server application that serves HTTP requests.
## Features
- Handles HTTP requests
- Easy to extend and customize
- Lightweight and efficient## Requirements
- Go 1.14 or higher
## Installation
1. Clone the repository:
```bash
git clone https://github.com/m-murithi/go-server.git
```2. Initialize the project
```bash
go mod init example.com/go-server
```3. Run the server
```bash
go run main.go
```