3. About grooscript
Apache 2 library
In github, contribute!
Groovy code to javascript
Just a tool, not a framework
Use with Node.js or other java frameworks
Last version 1.2.3
16. Remote model
package rest
import grails.rest.Resource
@Resource(uri='/books', formats=['json'])
class Book {
String title
String author
}
* only json