Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roblesdotdev/proglog
Distributed Services with Go
https://github.com/roblesdotdev/proglog
Last synced: 2 days ago
JSON representation
Distributed Services with Go
- Host: GitHub
- URL: https://github.com/roblesdotdev/proglog
- Owner: roblesdotdev
- Created: 2024-03-03T22:31:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-03T23:31:19.000Z (11 months ago)
- Last Synced: 2024-11-14T04:36:28.928Z (2 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}'
```