TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What web application server back end would you use for a new project?

3 pointsby wideareanetworkabout 4 years ago

6 comments

jessikatabout 4 years ago
ASP.NET Core, it's a great ecosystem with great tooling, and C# is fantastic language to work with. I develop on Windows, deploy to Linux with Docker, docs are great too.
sandreasabout 4 years ago
This strongly depends on the purpose...<p><pre><code> How is it sized? Can it get bigger? Is it realtime? Is it Web &#x2F; App &#x2F; Other frontend? What backend languages &#x2F; tech is supported? </code></pre> I always wanted to try or tried successfully:<p><pre><code> SignalR (C#) Flask (Python) Gorilla (Golang) Revel (Golang) API Platform (PHP) Hapi (js) Express (js) Actix-web (rust)</code></pre>
bellttylerabout 4 years ago
I&#x27;ve been really happy with express (Node). It has scaled really well for my company.<p>Currently processing almost 200 million requests a month on a cheap $25&#x2F;mo heroku dyno.
评论 #26987907 未加载
0x6A75616Eabout 4 years ago
I&#x27;ve been wanting to try nhost, but if it&#x27;s something you&#x27;d want to put in prod fairly quickly, I&#x27;d go with Firebase.
ramitmittalabout 4 years ago
I want to try postgrest.
digitaltreesabout 4 years ago
Rails.