DEV Community

Discussion on: Which language & framework are you using for a backend?

Collapse
 
valeriavg profile image
Valeria

Used to do a lot of Nodejs with custom frameworks, switched to Go and Encore backend engine.
It all depends on the requirements, to be honest, I need tools to prototype REST APIs fast and be able to release to production without too many changes. What are you aiming to build?

Collapse
 
invalidlenni profile image
InvalidLenni

a small API for a discord bot that detects and deletes phishing links.

Collapse
 
valeriavg profile image
Valeria

Yeah, anything would do here, to be honest.
I'm not familiar with Flask, but in Node or Go you'd not need a framework for it, since there'd be just a few static routes.