| console.log("Request for "+req.url); | console.log("Request for "+req.url); | ||||
| console.log(req.data); | console.log(req.data); | ||||
| req.respond({ | |||||
| req.reply({ | |||||
| msg: "No." | msg: "No." | ||||
| }); | }); | ||||
| }); | }); |
| { | { | ||||
| "name": "socksugar", | "name": "socksugar", | ||||
| "version": "0.3.2", | |||||
| "version": "0.3.3", | |||||
| "description": "Websockets with sugar on top.", | "description": "Websockets with sugar on top.", | ||||
| "main": "index.js", | "main": "index.js", | ||||
| "scripts": { | "scripts": { |