https://github.com/superraytin/chopper
A Light Microblog System Based on Nodejs -- 轻量的多用户微博系统
https://github.com/superraytin/chopper
Last synced: 2 months ago
JSON representation
A Light Microblog System Based on Nodejs -- 轻量的多用户微博系统
- Host: GitHub
- URL: https://github.com/superraytin/chopper
- Owner: superRaytin
- License: mit
- Created: 2013-03-28T01:30:53.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-31T14:45:42.000Z (about 11 years ago)
- Last Synced: 2025-01-24T05:25:17.691Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.11 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chopper
轻量的多用户微博系统## 架构
- Web框架 - [Express](https://github.com/visionmedia/express)
- 数据库 - [MongoDB](http://www.mongodb.org/)
- 数据库操作 - [Mongoose](https://github.com/LearnBoost/mongoose)
- Session持久化 - [connect-mongo](https://github.com/kcbanner/connect-mongo)
- 模板引擎 - [ejs](https://github.com/visionmedia/ejs)## 模块
- [cheerio](https://github.com/MatthewMueller/cheerio) - jQuery API风格的HTML解析引擎,速度很快
- [eventProxy](https://github.com/JacksonTian/eventproxy) - 异步协作利器,方便地处理回调嵌套
- [iconv-lite](https://github.com/ashtuchkin/iconv-lite) - 字符解/转编码,iconv的Javascript实现## 前端
- [duckJS](https://github.com/superRaytin/duckJS) - AMD规范的Javascript模块加载器
- [bootstrap](http://twitter.github.io/bootstrap/)# Quick Start
`git clone https://github.com/superRaytin/Chopper.git``cd Chopper`
`npm install`
`node app`