Commit 4cd66564 authored by l2m2's avatar l2m2

upload.

parent 24fc393b
var socket = require("topsin.socket");
var process = require('process');
var client = socket.TcpSocket();
client.connectToHost("127.0.0.1", 11111);
client.on("connected", function(conn){
conn.write("fuck me");
});
process.mainLoop();
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment