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: Is anyone using Quarkus for monoithic, full-stack web apps?

7 pointsby p5valmost 2 years ago
For context, I am talking about Red Hat&#x27;s Quarkus framework - the one that Red Hat famously markets as the future of cloud-native Java microservices. My experience suggests that Quarkus is just as capable for building good old monolithic web apps, the way Spring Boot famously does. Perhaps, even better, thanks to the thousands of tiny performance optimizations.<p>Last year, I took Quarkus for a spin, and built https:&#x2F;&#x2F;feedle.world&#x2F; pretty much in one go. The experience was great, and I didn&#x27;t feel like I was missing much from Spring Boot. Qute is a fantastic templating language tailor-made for Quarkus, and combined with some HTMX and Alpine.js, it&#x27;s a combo made in heaven.<p>I was wondering if anyone is using Quarkus to build (predominantly, non-microservice) web apps. Feel free to showcase them here and share your experience.

2 comments

VonGuardalmost 2 years ago
<a href="https:&#x2F;&#x2F;thenewstack.io&#x2F;how-vodafone-greece-built-80-java-microservices-in-quarkus&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;thenewstack.io&#x2F;how-vodafone-greece-built-80-java-mic...</a>
revskillalmost 2 years ago
This Quarkus is like a virus. It&#x27;s still keeping the port 8081 open even if i don&#x27;t use it anymore (i didn&#x27;t remember when i closed it though). And i have no clue how to close that port, even if i killed the PID, it autorestarted again.<p>Hopeless.<p>My regret. Java is not worth my time anymore.