TTPOD REST HTTP JSON API框架

程序名称:TTPOD REST

授权协议: Apache

操作系统: 跨平台

开发语言: Groovy

TTPOD REST 介绍

CoC 理念的一套HTTP JSON API框架,基于SpringMVC 和 Groovy,内置了 MongoDB
CRUD模版(JSON和MongoDB天然好基友)!!

比较适合开发 JSON RPC 接口!

Write Your Controller In Groovy

@Rest
class MyController extends ControllerSupport7 {

    def hello(HttpServletRequest req) {
        [code: 1, data: "Hello, ${req['name']} !"]
    }

}

Open http://localhost:8080/my/hello?name=World

{"code":1,"data":"Hello, World !"}

That’s ALL !!!

TTPOD REST 官网

https://github.com/mahuabian/ttpod-rest

相关编程语言

MuPlayer 是一款跨平台、轻量级的音频播放解决方案,...
OS FLV 是一个 开源和可嵌入网页的flv播放器。 这个...
DewPlayer音乐播放器,样式很简单,而且很实用.播放器...
JW FLV MEDIA PLAYER是一个开源的在网页上使用的Fla...
Speakker 是一个基于 Web 浏览器的音乐播放器,只提...
Player Framework 是一个开源的支持 HTML5 的视频播...