https://github.com/roblesdotdev/proglog
Distributed Services with Go
https://github.com/roblesdotdev/proglog
Last synced: 4 months ago
JSON representation
Distributed Services with Go
- Host: GitHub
- URL: https://github.com/roblesdotdev/proglog
- Owner: roblesdotdev
- Created: 2024-03-03T22:31:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T23:31:19.000Z (over 1 year ago)
- Last Synced: 2025-01-13T19:52:04.877Z (6 months ago)
- Language: Go
- Size: 1.13 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Distributed Services with Go/Golang
Learn to design, develop and deploy distributed services with Go.
### JSON API
```
curl -X POST http://localhost:8080 -d '{"record": {"value": "XYZ"}}'
curl -X GET http://localhost:8080 -d '{"offest": 0}'
```