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.
 
 
 
Jeffrey Paul e499651c39 added consts for shifts and limited req header size 4 years ago
.circleci have circleci push images up 4 years ago
cmd/merp renamed type as recommended to avoid stuttering 4 years ago
models refactored totally, but now exits and doesn't serve for some reason 4 years ago
.dockerignore added GAE, testing 4 years ago
.drone.yml break out build/lint into diff phases 4 years ago
.gitignore using go modules now 4 years ago
.revive.toml seems to work now 4 years ago
Dockerfile latest 4 years ago
Makefile latest 4 years ago
README.md latest 4 years ago
db.go fix linting issues 4 years ago
go.mod latest 4 years ago
go.sum latest 4 years ago
indexpage.go fixed bug 4 years ago
merp.go latest 4 years ago
server.go added consts for shifts and limited req header size 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