Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
Jeffrey Paul e499651c39 added consts for shifts and limited req header size 4 anni fa
.circleci have circleci push images up 4 anni fa
cmd/merp renamed type as recommended to avoid stuttering 4 anni fa
models refactored totally, but now exits and doesn't serve for some reason 4 anni fa
.dockerignore added GAE, testing 4 anni fa
.drone.yml break out build/lint into diff phases 4 anni fa
.gitignore using go modules now 4 anni fa
.revive.toml seems to work now 4 anni fa
Dockerfile latest 4 anni fa
Makefile latest 4 anni fa
README.md latest 4 anni fa
db.go fix linting issues 4 anni fa
go.mod latest 4 anni fa
go.sum latest 4 anni fa
indexpage.go fixed bug 4 anni fa
merp.go latest 4 anni fa
server.go added consts for shifts and limited req header size 4 anni fa

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