mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-17 06:20:23 +00:00
6 lines
No EOL
201 B
CoffeeScript
6 lines
No EOL
201 B
CoffeeScript
#
|
|
# Pushes an event into the system each time the function is polled
|
|
#
|
|
exports.push = () ->
|
|
exports.pushEvent
|
|
content: "This is an event that will be sent again and again every ten seconds" |