25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
Jeffrey Paul e499651c39 added consts for shifts and limited req header size 4 yıl önce
.circleci have circleci push images up 4 yıl önce
cmd/merp renamed type as recommended to avoid stuttering 4 yıl önce
models refactored totally, but now exits and doesn't serve for some reason 4 yıl önce
.dockerignore added GAE, testing 4 yıl önce
.drone.yml break out build/lint into diff phases 4 yıl önce
.gitignore using go modules now 4 yıl önce
.revive.toml seems to work now 4 yıl önce
Dockerfile latest 4 yıl önce
Makefile latest 4 yıl önce
README.md latest 4 yıl önce
db.go fix linting issues 4 yıl önce
go.mod latest 4 yıl önce
go.sum latest 4 yıl önce
indexpage.go fixed bug 4 yıl önce
merp.go latest 4 yıl önce
server.go added consts for shifts and limited req header size 4 yıl önce

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