forked from jashkenas/coffeescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Web framework plugins
TrevorBurnham edited this page Feb 17, 2011
·
11 revisions
- 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.