go-resty / resty

Simple HTTP and REST client library for Go
MIT License
10.15k stars 711 forks source link

[Feature] front-end for demo #104

Closed roscopecoltran closed 6 years ago

roscopecoltran commented 6 years ago

Hey guys,

Hope you are all well !

Would be awesome to plug resty with a front-end framework like aio_admin for python but for golang.

The only solutions, I found for Golang, are https://github.com/qor/admin and https://github.com/ponzu-cms/ponzu for the moment.

Would be great to have something flexible and performent using gopherjs or gopherjs-vue.

Question: Do you see a way to bridge a json schema from resty to write the front-end js config with no headaches ? are any other flexible approaches from your point of view ?

Cheers, Richard

jeevatkm commented 6 years ago

@roscopecoltran resty library can be used with any Go projects.

It seems you're looking for HTTP/REST client library for JS (front-end based applications)? If yes then please use any JS library OR give it try on Go to JS conversion using gopherjs compiler and share your experience with community.

jeevatkm commented 6 years ago

Closing it, thanks.