搜索资源列表
nodejs_websocket_server
- node.js websocket的例子,nodejs很有前途-node.js websocket
client
- NodeJS实现文件推送,自动检测文件夹文件变化,并推送.-NodeJS push files, automatically detect the file folder changes, and push.
web_chat
- 使用websoket nodeJS实现网络聊天-use websoket nodeJS to realize online chat
jsftp_test
- 使用nodejs 实现ftp文件上传,可以用于自动开发-use nodejs to realize ftp uploading
Nodejs-in-Action.pdf
- Node.js 是一个基于Chrome Javascr ipt 运行时建立的一个平台, 用来方便地搭建快速的-Node.js is based on the Chrome Javascr ipt runtime establish a platform for easily building fast
postmand
- nodejs代码,实现服务端给客户端推送消息-no descr iption
postman
- nodejs,服务器端给客户端推送消息,分为短消息和长消息。-send message to client,it has two different means to send message
nodejs-dns
- This app is dns-server using node js. If you need to implement service discovery, it can be one of solutions.
Archive
- This app is written in nodejs language and supports file upload taking advantage of web socket.
Archive
- This app is written in nodejs and supports capturing frame buffer saved as PNG format.
nodejs
- nodejs 入门 , 提高 , 进阶 , -Nodejs entry, improve, advanced,
shortpath
- 读取点线连接,使用类迪杰斯特拉算法求解最短路径输出服务区范围,并通过nodejs搭建服务器,在网页上用canvas绘制显示。原始数据中,点数据为(ID,坐标xy)线数据为(前后连接点,权值)-Read point line connection using class Dijkstra shortest path algorithm output service area, and set up the server through nodejs, drawn with canvas on th
nodejs-async
- nodejs的async库示例代码。里面包含了如何通过async来编写流程化的nodejs程序,避免出现回调地狱。-nodejs async demo. Contains async code for writing serialize program, to avoid callback hell.
1
- 使用了Socket的基础用户认证管理系统 查询格式:0,id,pw默认端口号3000 自行开发,独一无二 nodejs开发!内置PowerShell 1.0 x64-A basic radius system with Socket. find account :0,id,pw Portnumber 3000 dev. with node.js build-in a PowerShell with x64
exec-php-master
- Execute PHP function within NodeJS application
data_collect
- 基于nodejs 和 HTML5的web开发(Development of web based on nodejs and HTML5)
pa
- 网络爬虫nodejs 可用于neo4j,内容采用百度百科(Web Crawler of baidu)
myBlogServer
- 个人博客后台管理系统,使用NodeJs ,express框架, sequelize 框架(blog server with Node.js ,express, sequelize)
Nodejs电影建站开发实例(下)
- nodejs 建站实例,可以参考,涉及到jade(nodejs web demo,use jade and others)
nodejs父子进程的stream方式通信
- 父子进程使用管道通信,对于spawn方式创建的子进程,没有默认管道,所以需要使用此中方式,另外,通过nodejs创建出来的其他进程,比如java,c,都可以使用输入输出流来实现更复杂更安全的通信(The father child process uses pipeline communication, and there is no default pipe for the subprocesses created by the spawn mode, so we need to use thi