Hey everyone! I'm gearing up to build my own REST API and want to select the best programming language focused on performance. Initially, I was looking at Django or FastAPI, but then I stumbled upon Golang. Performance and scalability are my main priorities, and I'm not too worried about how easy the language is to use. I want to lay a solid foundation first, with plans to incorporate AI and machine learning features later on. I'd love to hear your recommendations for which language or framework would work best for high-performance APIs!
1 Answer
Honestly, most languages out there can handle REST APIs just fine. The key is choosing one that you can actually be productive with. If performance becomes an issue later, then celebrate your success and consider optimizing or rewriting. As for your options, Go is a solid choice, especially if you're leaning towards performance. But don't overthink it—many languages like Java, Rust, and Python can get the job done.

Exactly! It's more about the architecture of your solution than the language itself. Focus on your application's design first, and interfaces will come naturally.