Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 514 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 514 Bytes

linq

linq.js - LINQ for JavaScript library packaged for node.js

This contains only the core library without the jquery or rx bindings.

Installation

npm install linq

Examples

sample/tutorial.js

What's changed from the browser version?

Not much:

  • 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

License

[MIT License] (http://opensource.org/licenses/MIT)