Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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}'
```