go-raml / raml

An implementation of a RAML parser for Go. Compliant with RAML 0.8.
Other
160 stars 38 forks source link

go-raml-generator wish #1

Closed ryanemax closed 8 years ago

ryanemax commented 9 years ago

I'm interested in RESTful API, and also Go Language.Simple & Concurency.

Can't help to image that there is a tool chains for auto build Full Stack RESTful Project, :P I'm very lazy.

I prefer to use Angularjs, Atom-shell, Ionic for Client(both pc & mobile) & Golang for Service

I don't admire Java, so will never use https://github.com/mulesoft/raml-for-jax-rs

About RESTful Front-End

There is already a generator for angularjs, and a generator for js. It's not perfect but enough.

About RESTful Back-End

I'm watching this project for a long time: https://github.com/ant0ine/go-json-rest,A golang simple rest framework, with a nice "gorm", witch support "Migration", to generate database automaticly.

ryanemax commented 8 years ago

I'm building the generator by myself,

Project RAMLNova: https://github.com/anasinc/ramlnova.

This go-raml Parser is nice.