Closed Lesterpig closed 10 years ago
Like express.io, sockpress should have a convenience method for socket routes :
app.io.route("action", function(socket) { var action = socket.data; socket.emit("action_done"); });
Like express.io, sockpress should have a convenience method for socket routes :