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