https://github.com/jabong/florest-core A lightweight workflow based REST API framework with features customized workflow, logging, monitoring, a/b test, dynamic config, profiling, swagger, database adapters, cache adapter.
On Saturday, August 24, 2013 at 12:32:48 PM UTC+5:30, Tom wrote: > > Hi, > > I started meddling around with Go and I realized I really want to use it > as a server language. However there's no easy way to create a seamless > setup like you can with PHP and Apache or Ruby on Rails etc. Now I know > that Go is different because it's compiled and it's not a scripting > language but is there any good way to get a setup similar to that. Where I > could have server side .go files that get executed? For now I came up with > a hackish solution that puts together the code on compile: > https://github.com/tombousso/GoServe. It's definitely not an ideal > solution. Any better ideas or ideas for improving what I have? > > Thanks. > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
