nodejs-concurrency-sample

所属分类:超算/并行计算
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2011-05-06 00:24:17
上 传 者sh-1993
说明:  这是一个小应用程序,演示如何使用node.js、Express和Seq.进行并发编程。,
(This is a small application demonstrating how to do concurrent programming with node.js, Express and Seq.,)

文件列表:
LICENSE.txt (1126, 2011-05-05)
Makefile (111, 2011-05-05)
app.js (7068, 2011-05-05)
views/ (0, 2011-05-05)
views/index.jade (171, 2011-05-05)
views/layout.jade (402, 2011-05-05)
views/page.jade (202, 2011-05-05)

nodejs-concurrency-sample application ===================================== This is a small application demonstrating concurrent programming using the [node.js](http://nodejs.org/) event-driven framework, [VisionMedia Express](http://expressjs.com/) web framework, and [Seq](https://github.com/substack/node-seq) concurrency library. This application is very similar to my [sinatra-synchrony-sample](https://github.com/igal/sinatra-synchrony-sample) application, which is just built on a different stack -- Ruby, Sinatra, EventMachine, EventMachine::Synchrony, and Kyle Drake's [sinatra-synchrony](https://github.com/kyledrake/sinatra-synchrony) stack. Running the application ----------------------- 1. Install [node.js](http://nodejs.org/) and [npm](http://npmjs.org/) 2. Install MySQL and its headers. 3. Install the application's dependencies: make setup 4. Edit the `Settings` lines at the top of the `app.js` file to set your database credentials if necessary. 5. Start the application: make serve 6. Access the application with your web browser: http://localhost:3000/ License ------- This code provided under the MIT License, see `LICENSE.txt` for details.

近期下载者

相关文件


收藏者