Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
Jeffrey Paul e499651c39 added consts for shifts and limited req header size 4 лет назад
.circleci have circleci push images up 4 лет назад
cmd/merp renamed type as recommended to avoid stuttering 4 лет назад
models refactored totally, but now exits and doesn't serve for some reason 4 лет назад
.dockerignore added GAE, testing 4 лет назад
.drone.yml break out build/lint into diff phases 4 лет назад
.gitignore using go modules now 4 лет назад
.revive.toml seems to work now 4 лет назад
Dockerfile latest 4 лет назад
Makefile latest 4 лет назад
README.md latest 4 лет назад
db.go fix linting issues 4 лет назад
go.mod latest 4 лет назад
go.sum latest 4 лет назад
indexpage.go fixed bug 4 лет назад
merp.go latest 4 лет назад
server.go added consts for shifts and limited req header size 4 лет назад

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