##项目
- Nodejs+express4.x+boostrap web开发
- Nodejs cluster 多核处理模块cluster
- Nodejs+socket.io 聊天系统
- Nodejs+socket.io 服务器监控
##Nodejs+express4.x+boostrap web开发
项目地址:https://github.com/sven0726/nodeJs/tree/master/nodejs-demo
详细参考:Nodejs开发框架Express4.x开发手记
##Nodejs cluster 多核处理模块cluster
项目地址:https://github.com/sven0726/nodeJs/tree/master/nodejs-cluster
详细参考:node.js多核处理模块cluster
##Nodejs+socket.io 聊天系统
项目地址:https://github.com/sven0726/nodeJs/tree/master/nodejs-socket-chart
详细参考:Scoket.io用于开发WebSocket应用示例
##Nodejs+socket.io 服务器监控
项目地址:https://github.com/sven0726/nodeJs/new/master/nodejs-socket-alert
======= touch README.md git init git add README.md git commit -m "first commit" git remote add origin [email protected]:sven0726/nodeJs.git git push -u origin master