If you value your time, then a framework is a must imo...if you intend to build a rather complex system. Frameworks handles most security exploits that you would have to handle yourself and has features that you'd have to code yourself which is a huge waste of time.
I tend to stick with flask for Python and martini for go. Frameworks like Django are way too bloated for me, light frameworks are the way to go.
|