1
0
Fork 0
Platform for running Go daemon programs. Started as a weekend project, ended up in production
Go to file
Gregory Eremin 3d68c57224
Create a dir for scripts
2016-07-26 21:59:43 +02:00
dashboard Rename to Shezmu 2016-01-24 19:49:57 +03:00
example Rename ambiguous argument 2016-01-25 03:22:36 +03:00
scripts Create a dir for scripts 2016-07-26 21:59:43 +02:00
server Rename to Shezmu 2016-01-24 19:49:57 +03:00
stats Server now stores 10 minutes of stats 2016-01-10 21:03:00 +03:00
vendor/github.com Make use of git submodules and GO15VENDOREXPERIMENT env variable 2015-10-17 05:58:55 +03:00
.gitignore Reorganize js files 2015-10-28 23:13:00 +03:00
.gitmodules Wrong indentation in submodules file lol 2015-10-17 06:00:51 +03:00
LICENCE Add caller package 2015-10-14 00:08:45 +03:00
README.md Rename to Shezmu 2016-01-24 19:49:57 +03:00
daemon.go Use daemon name as log prefix 2016-07-19 17:30:10 +02:00
shezmu.go Re-open closed channels after stop 2016-07-19 17:30:40 +02:00

README.md

Shezmu

Shezmu is a daemon execution platform for Go apps.

  • What is a daemon execution platform?
  • What does it provide?
  • How does it work?
  • What is a daemon?
  • What is an actor/task/process?
  • General example
  • Consumer example
  • Message queues
  • Dashboard