backend daemon #4
Labels
No Label
hooks
ci
priority
critical
priority
high
priority
low
status
abandonned
status
accepted
status
help_wanted
status
in_progress
status
refused
status
review_needed
type
bug
type
discussion
type
enhancement
type
question
type
refactor
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: poc/pomme#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Have a backend daemon that manages the timers, and can be triggered from a frontend client.
The communication protocol will zeromq and the serialization format will be msgpack for the demo.
An IDL could be used on top of msgpack in order to generate message and libs
Such an IDL could be smithy from facebook. But it doesn't seems to be very mature.