摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> #mess{text-align: left;margin-left:20px;} </style> </he 阅读全文
posted @ 2018-05-02 09:02 wblade 阅读(483) 评论(0) 推荐(0) 编辑
摘要: var child_process = require('child_process'); var ws = require("nodejs-websocket"); console.log("initialing conn...") var server = ws.createServer(function(conn){ conn.on("text", function (s... 阅读全文
posted @ 2018-05-02 09:01 wblade 阅读(243) 评论(0) 推荐(0) 编辑