Skip to content

Web framework plugins

TrevorBurnham edited this page Feb 17, 2011 · 11 revisions

Web Framework Plugins

  • Kohana: DanHulton's kohana-coffeescript — a runtime compiler and minifier for the PHP framework.
  • 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.

Clone this wiki locally