提个问题,关于tcp socket 和 http web
发布于 12 年前 作者 sipgear 6300 次预览 最后一次回复是 12 年前 来自
如何把tcp socket 的 定位器终端 经过 node 在 http web 界面里进行指令的收发通讯,找到了一个项目,估计要进行一定的修改,因为 tcp socket 无法在 http web 界面里进行通讯, https://github.com/uditalias/chat-nodejs
5 回复
如何把tcp socket 的 定位器终端 经过 node 在 http web 界面里进行指令的收发通讯,找到了一个项目,估计要进行一定的修改,因为 tcp socket 无法在 http web 界面里进行通讯, https://github.com/uditalias/chat-nodejs
try inject socket.io into your web server and you will get the ability to real time control your tcp behaviors /
已经通过 net socket.io 两个模块 实现了 浏览器 到 tcp socket server 的数据发送, 详见:http://stackoverflow.com/questions/11967958/create-websockets-between-a-tcp-server-and-http-server-in-node-js
现有个简单问题:如下 index.html 问题,访问后会 发送 “For TCP” 到TCP socket,
但如何做成表单发送?send.html
解决了
你好,能看下你server的js代码吗?
http://stackoverflow.com/questions/11967958/create-websockets-between-a-tcp-server-and-http-server-in-node-js 这里有。