Node.js

From Things and Stuff Wiki
Revision as of 05:06, 4 June 2013 by Milk (talk | contribs) (→‎Build)
Jump to navigation Jump to search


Server-side JavaScript.

General

  • Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
  • Node Beginner Book - Get started with developing applications with Node.js, teaching you everything you need to know about "advanced" JavaScript along the way. It goes way beyond your typical "Hello World" tutorial.


Frameworks

  • http://meteor.com/
    • http://docs.meteor.com/ A Meteor application is a mix of JavaScript that runs inside a client web browser, JavaScript that runs on the Meteor server inside a Node.js container, and all the supporting HTML fragments, CSS rules, and static assets. Meteor automates the packaging and transmission of these different components. And, it is quite flexible about how you choose to structure those components in your file tree.
  • Brunch - A lightweight approach to building HTML5 applications with an emphasis on elegance and simplicity., Programming languages: JavaScript, CoffeeScript, IcedCoffeeScript, LiveScript, Roy, Pre-compiled templates: Handlebars.js, Jade, Mustache, Eco, Styles: CSS, Stylus, LESS, Sass, Minifiers: uglify.js, clean-css
  • DocPad is a next generation web framework; allowing for content management via the file system, rendering via plugins, and static site generation for deployment anywhere. It's built with Node and Express.js, making it naturally fast and easily extendable.
  • Derby - MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.
  • Mojito - Build high-performance, device-independent HTML5 applications running on both client and server with Node.js.

Templating

Process

npm install jshint

Static

  • Wintersmith - Flexible, minimalistic, multi-platform static site generator built on top of node.js.

Build

npm

npm install bower -g
  global install

Bower

Ender

  • Ender Ender is a full featured package manager for your browser. It allows you to search, install, manage, and compile front-end JavaScript packages and their dependencies for the web. We like to think of it as npm's little sister. Mix, match, and customize your own build, suited to your individual needs, without all the extra cruft that comes with larger libraries.

Grunt

to sort