UNPKG

couple

Version:

Couple is an event based collaboration of NodeJS, Express, Socket.IO, Jade and Stylus

9 lines (5 loc) 116 B
var socket = io.connect(); socket.on('return', function(data){ alert(data); }); socket.emit('echo', 'data');