Skip to content

Web framework plugins

myfreeweb edited this page Feb 17, 2011 · 11 revisions

Web Framework Plugins

  • Connect: TrevorBurnham's connect-coffee — a Connect middleware that compiles CoffeeScript to JavaScript transparently. Connect is the standard for Node.js web servers, making connect-coffee compatible with Express, Zappa, and others.
  • CouchApps: andrzejsliwa's CoffeeApp — a CoffeeScript wrapper for CouchApps, web applications served directly from CouchDB.
  • Kohana: DanHulton's kohana-coffeescript — a runtime compiler and minifier for the PHP framework.
  • Python: miracle2k's webassets - a Python asset manager that supports CoffeeScript.
  • Rack: mattly's rack-coffee — a small Rack middleware for serving CoffeeScript files as compiled JavaScript on the fly.
  • Rails 2: jnicklas's BistroCar — a plugin that serves and bundles CoffeeScript from within your Rails application.
  • Rails 3: sutto's Barista — a successor to BistroCar that integrates well with Jammit and allows you to package CoffeeScript as gems.
  • WSGI: dsc's CoffeeCup — a Python WSGI middleware that compiles CoffeeScript to JavaScript on demand.
  • lakshmivyas's Hyde - a Python static generator with built-in support for CoffeeScript.

Clone this wiki locally