Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/topfunky/geddy-coffee-script-demo
Demo app using CoffeeScript with the Geddy web framework for Node.js
https://github.com/topfunky/geddy-coffee-script-demo
Last synced: 11 days ago
JSON representation
Demo app using CoffeeScript with the Geddy web framework for Node.js
- Host: GitHub
- URL: https://github.com/topfunky/geddy-coffee-script-demo
- Owner: topfunky
- Created: 2012-02-14T00:47:27.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-14T01:03:24.000Z (almost 13 years ago)
- Last Synced: 2024-04-15T14:13:24.346Z (7 months ago)
- Language: JavaScript
- Homepage: http://peepcode.com
- Size: 258 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Geddy + CoffeeScript demo app
=============================Use CoffeeScript with the Geddy web framework. See app/controllers/users.coffee for an example.
Requires my fork of Geddy with [CoffeeScript support](https://github.com/topfunky/geddy/commit/02096a2c53731822371f654b173080b0d4fbf6c3).
Install dependencies:
npm install
Run:
npm start