Live data from Hacker News

Ask HN: What is your go-to stack for the web?

news.ycombinator.com

71–74 of 74 posts

Re: Ask HN: What is your go-to stack for the web?

#71
I use .Net & C# for backend development and Vue or Blazor for Frontend. .Net has great tooling that won't get in your way as you work on the project. C# has added lots of great features and is blazing fast nowadays with every .Net release being accompanied by a massive blog post describing all the performance improvements to the runtime[1].

[1] https://devblogs.microsoft.com/dotnet/performance-improvemen...

Re: Ask HN: What is your go-to stack for the web?

#72
post #61

Earlier quoted context omitted.

What is Apache in this context? Tomcat?

I don't know. Is Tomcat some version of Apache server? It says 'apache2' at my localhost while installing the server, and at the webhost I don't know (might be some other server that can run PHP). I usually don't dive deep into server territory, so I'm a lucky guy that I can focus on the design and the webdev.

Apache Tomcat is a web server for Java web applications, different from the Apache HTTP server (your 'apache2').
Post reply on HN