Skip to content
/ linq Public
forked from mihaifm/linq

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

License

Notifications You must be signed in to change notification settings

ljq086/linq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • All lambdas are bound to the Enumerable object
  • Write and WriteLine functions modified to use console.log instead of document.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

License

Microsoft Public License (Ms-PL)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published