File: modules/test.js

Recommend this page to a friend!
  Classes of Thomas Björk   Node.js Background Jobs   ???   Download  
File: modules/???
Role: Example script
Content type: text/plain
Description: Example script
Class: Node.js Background Jobs
Run background jobs using Node.js modules
Author: By
Last change: Update of modules/test.js
Date: 2 days ago
Size: 146 bytes
 

Contents

Class file image Download
exports.UExecute = function(parts) { return "Test"; }; exports.TExecute = function(parts, client) { client.write("Test"); client.end(); };