Node.js 框架 Kiss.js
- 授权协议: BSD
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://stanislavfeldman.github.io/kiss.js/
- 软件文档: https://github.com/stanislavfeldman/kiss.js
软件介绍
Kiss.js 是 Node.js 的 web 框架,使用 CoffeeScript 编写,简单而带感。Kiss 是面向对象的 Node.js 框架。
示例:
kiss = require "kiss.js" controllers = require "../controllers/controllers" args = process.argv.splice 2 address = "127.0.0.1" port = 1337 if args[0] address = args[0] if args[1] port = parseInt args[1] my_controller = new controllers.MyController() options = application: address: address || "127.0.0.1" port: port || 1337 views: static_path: __dirname + "/../views/static/" template_path: __dirname + "/../" locale_path: __dirname + "/../views/locales/" cookie_secret: "ertyu78f020fk" urls: "/": my_controller "/user": "/posts": my_controller app = new kiss.core.application.Application(options) app.start()
Web Standards Creativity
Andy Budd、Dan Rubin、Jeff Croft、Cameron Adams、Ethan Marcotte、Andy Clarke、Ian Lloyd、Mark Boulton、Rob Weychert、Simon Collison、Derek Featherstone / friends of ED / March 19, 2007 / $49.99
Book Description * Be inspired by 10 web design lessons from 10 of the world's best web designers * Get creative with cutting-edge XHTML, CSS, and DOM scripting techniques * Learn breathtakin......一起来看看 《Web Standards Creativity》 这本书的介绍吧!
