冯莹

冯莹的分享

她的个人主页  她的分享

Sinatra 1.1.0发布,轻量级Ruby框架

冯莹   2010年11月04日 星期四 07:52 | 1条评论

Sinatra一个ruby轻量级的Web框架,封装了Web开发的DSL。

 

上周,Sinatra 1.1.0发布了! 点击查看更新

 

一个简单的hello world的web应用要写多少代码?用Sinatra只需5行代码:

 

require 'rubygems'
require 'sinatra'

get '/' do
  'Hello World'
end

评论

我的评论:

发表评论

请 登录 后发表评论。还没有在Zeuux哲思注册吗?现在 注册 !
达伦王

回复 达伦王  2010年11月04日 星期四 16:16

http://www.scalatra.org/

A Scala Web framework that follows the same way of this framework in scala's world, hehe

0条回复

暂时没有评论

Zeuux © 2024

京ICP备05028076号