Should we use frameworks like Go IRIS based on fasthttp to create foundation of my web application or do I start create framework from scratch

299 views
Skip to first unread message

Gaurav Rai

unread,
Apr 30, 2017, 2:11:59 PM4/30/17
to golang-nuts
Should we use  frameworks like Go IRIS based on fasthttp to create foundation of our web application or do we should start create our framework from scratch for our web application

Where I can found good tutorials or  documentation about advances topic in golang based on   like syscall,exec,os etc...


Collin VanDyck

unread,
May 4, 2017, 1:47:37 PM5/4/17
to golang-nuts
Start out using the stdlib until you feel like you need something else.  gorillamux tends to be a commonly used helper for defining routes.

Simon Ritchie

unread,
May 5, 2017, 11:30:45 AM5/5/17
to golang-nuts
A web framework that matches what you want to do will save you time.  The trick is to spend less time evaluating frameworks than you save by using one.

You could try mine.  It's very simple, produces some useful basic stuff and doesn't force too many decisions onto you:  https://github.com/goblimey/scaffolder


Reply all
Reply to author
Forward
0 new messages