Skip to content

Instantly share code, notes, and snippets.

package tests;
import js.Node;
import bdog.nodejs.HttpClient;
class Client {
public static function
If this is your Test.js
process.stdio.addListener("data",function(d) {
process.stdio.write(d);
});
process.stdio.open()