joelcox / dups

A little abstraction layer for writing UDP based services in Node.
MIT License
0 stars 0 forks source link

Add timed messages #1

Open joelcox opened 11 years ago

joelcox commented 11 years ago
server.every(10000, function(response) {
    response.send('ping');
});