You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
.circleci | 4 years ago | |
cmd/merp | 4 years ago | |
models | 4 years ago | |
.dockerignore | 4 years ago | |
.drone.yml | 4 years ago | |
.gitignore | 4 years ago | |
.revive.toml | 4 years ago | |
Dockerfile | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
db.go | 4 years ago | |
go.mod | 4 years ago | |
go.sum | 4 years ago | |
indexpage.go | 4 years ago | |
merp.go | 4 years ago | |
server.go | 4 years ago |
README.md
merp
clone of a popular iot api to learn more go
Features
- send merps
- get latest merp
- get latest merps
TODO
- merp notifications to long polling clients
- merp notifications via email
- pruning of old merps
- sending of merps using POST instead of querystring GET
notes
the source code from this repo and all deps are included in the Docker image by the Dockerfile, vendoring them into the build artifact without requiring that they be copied into the git repo.
author
sneak sneak@sneak.berlin