Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metric-space/tiny-simple-scheduler-example
https://github.com/metric-space/tiny-simple-scheduler-example
haskell job-scheduler
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/metric-space/tiny-simple-scheduler-example
- Owner: metric-space
- Created: 2017-04-07T23:34:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T20:55:02.000Z (almost 8 years ago)
- Last Synced: 2024-11-07T05:33:20.183Z (3 months ago)
- Topics: haskell, job-scheduler
- Language: Haskell
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advanced example to show case TinyScheduler Library
architecture
- Two players (client and server)
- server serves a page with a status that randomly changes at certain intervals
- client periodically pulls down the page to check for status changes and if it notices a status change it outputs the status else outputs a "nothing found yadada" line### Edits
Couldn't include Twilio because the twilio library has some weird tight constraints