Rubik web framework (alpha release)

Hello gophers,

It has been a while since I last came here, that is because I have been working on this project actively for a while and want to share with you all the progress and a working minimal viable release of the framework.

A Quick Demo: https://youtu.be/bUx066QTwfE

Rubik is an efficient micro-framework for Go which does not follow the same structure and practices as other Go frameworks or even traditional net/http one. The reason why Rubik is created this way is to take some load off of our backs and use tooling to achieve efficiency in creating REST APIs.

Do take a look at the quick walkthrough demo and don’t forget to share your opinions – good, bad or ugly it will help shape the framework in the coming days.

GitHub: https://github.com/rubikorg/rubik

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.