fullstack-lang / gong

Gong (go+ng) is a go sub-language that compiles to go and angular. All valid go is valid gong and vice versa. Gong enables fast development of web applications. Gong is model centric and by default, a UML diagram editor of the model is embedded in each application.
MIT License
12 stars 1 forks source link

Have datamodel served on another port #373

Closed thomaspeugeot closed 1 year ago

thomaspeugeot commented 1 year ago

It could be usefull to have a standalone generic application(named "gongdata") that will peer the stacks of a current application (on port 8080). This standalone would have to access the REST API on 8080 put it self it would be on another port.