Skip to content

AlyxRen/prototype.node.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Prototype in Node.js

Implementing Prototypejs in Node.js
My main goal has been to implement the Ruby-like features in JS.

Instalation:

npm install prototype

Usage:

var prototype = require('prototype');  
Object.extend(global, prototype);  
//Now you can do all the awesome things like:  
(9).times(function(x){  
  console.log("Loop Advanced: "+x);  
})  

To Do:

  • Map require('http') to the api of Ajax

About

Prototype.js implemented in Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •