Recommend this page to a friend! |
Classes of Thomas Björk | > | Node.js Background Jobs | > | modules/test.js | > | Download |
|
|
![]() |
exports.UExecute = function(parts) { return "Test"; }; exports.TExecute = function(parts, client) { client.write("Test"); client.end(); }; |