linq.js - LINQ for JavaScript library packaged for node.js
This contains only the core library without the jquery or rx bindings.
Installation using Bower package manager:
bower install linqjs-amd
sample/tutorial.js
Not much:
- All lambdas are bound to the Enumerable object
- Write and WriteLine functions modified to use
console.loginstead ofdocument.write - Minor changes to tests so they can be run on server side
- Sample tutorial is a .js file instead of .htm and can be run directly with node