All Projects → benrady → jasmine-nodejs-example

benrady / jasmine-nodejs-example

Licence: other
Example project using jasmine with node.js to test client side (browser) javascript

Programming Languages

javascript
184084 projects - #8 most used programming language
Jasmine Node.js example application

An example of how to test client side (browser) javascript using node.js and the Jasmine testing framework.

== Installation ==

# Install node.js
wget http://nodejs.org/dist/node-v0.1.103.tar.gz
tar -xf node-v0.1.103.tar.gz
cd node-v0.1.103
./configure
make
sudo make install

== Starting a Webserver ==

$ ./script/server

== Running Tests == 

$ gem install watchr
$ watchr nodejs.watchr

== Possible Improvements ==

* Port ext.js to node.js
* Upgrade to latest Jasmine (1.0?)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].