You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TrevorBurnham edited this page Feb 17, 2011
·
12 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.
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.