Hi everyone, TLDR: I'm looking for your suggestions and opinions about the framework I've been working on recently - https://github.com/mkorman9/ff
First of all, I'm relatively new to Go, but have a strong Java background. Despite the facts I love Go and I'm really amazed by its vast amount of tools, there are still things back in Java that I miss. One of them is an awesome framework named Vert.X - http://vertx.io/. Vert.X shines when it comes to clustering multiple independently running applications together. It allows to quickly spawn a few instances of an application inside something like Kubernetes and communicate them with their Event Bus -> http://vertx.io/docs/vertx-core/java/#_the_event_bus_api. It is also very easy to publish REST APIs and perform routing of incoming requests. I would really like to be able to use Vert.X in my Go applications, so I took a subset of its features, introduced own fluent interface and implemented them in form of a Go library. I'm not an expert in Go, and the framework itself probably misses a lot of features, so I decided to make it public and make incremental changes while actively looking for opinions. Please keep in mind that ff is meant to be an implementation of certain Vert.X features, rather than a complete port. Also ff has completely different API than Vert.X. Repo: https://github.com/mkorman9/ff Examples: https://github.com/mkorman9/ff/tree/release/_gettingstarted -- 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 golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.