Skip to content

pilgrimbeart/nodejs-blackboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs test :P

Video http://www.youtube.com/watch?v=bxHfLRWemeg

Quick start

  • Clone
  • Check package.json if you have requeriments and the correct versions
  • Fill your mongodb, you can use data_example.js (changing letter by letter XD, I have no time to make it better because it just an example)
  • Change to your mongodb connection
  • Start :D (node app.js or coffee app.coffee)

##Info

  • Port: 3000 (by default)

For Joyent Smart Machine, have to do an "export NODE_PATH="/opt/local/bin"

To install Python socket.io client: sudo easy_install socketIO-client

Be careful about package versions.

Do "npm list" to show them. The following works as of Jan 2013 on both Joyent Smart Machine and Rackspace Ubuntu 12.04:

nodejs-blackboard@0.0.4 /home/admin/git/nodejs-blackboard âââ coffee-script@1.4.0 ââ⬠express@3.0.3 â âââ commander@0.6.1 â ââ⬠connect@2.7.0 â â âââ bytes@0.1.0 â â âââ formidable@1.0.11 â â âââ pause@0.0.1 â â âââ qs@0.5.1 â âââ cookie@0.0.5 â âââ cookie-signature@0.0.1 â âââ crc@0.2.0 â âââ debug@0.7.0 â âââ fresh@0.1.0 â âââ methods@0.0.1 â âââ mkdirp@0.3.3 â âââ range-parser@0.0.4 â ââ⬠send@0.1.0 â âââ mime@1.2.6 ââ⬠jade@0.27.7 â âââ commander@0.6.1 â âââ mkdirp@0.3.4 ââ⬠mongoose@3.4.0 â âââ hooks@0.2.1 â ââ⬠mongodb@1.1.11 â â âââ bson@0.1.5 â âââ ms@0.1.0 â âââ sliced@0.0.3 âââ nib@0.9.0 ââ⬠socket.io@0.9.11 â âââ policyfile@0.0.4 â âââ redis@0.7.3 â ââ⬠socket.io-client@0.9.11 â ââ⬠active-x-obfuscator@0.0.1 â â âââ zeparser@0.0.5 â âââ uglify-js@1.2.5 â ââ⬠ws@0.4.23 â â âââ commander@0.6.1 â â âââ options@0.0.3 â â âââ tinycolor@0.0.1 â âââ xmlhttprequest@1.4.2 ââ⬠stylus@0.31.0 âââ cssom@0.2.5 âââ debug@0.7.0 âââ mkdirp@0.3.4

About

Testing nodejs (with socket.io)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 41.0%
  • CoffeeScript 31.3%
  • JavaScript 24.3%
  • Shell 3.4%