webapi-eca/examples/event-pollers/continuously.coffee

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"