i am working on a new web-focused micronaut meta-f...
# micronaut
s
i am working on a new web-focused micronaut meta-framework / series of modules
c
hey Sam. What could be one of such modules, for example?
s
@César React SSR support, for example
i love micronaut a lot and have contributed (lightly) before, i really love how it focuses on endpoints for exchanging data
but i think there is space for a meta-framework which specializes micronaut for fullstack web use, specifically
think, micronaut, but with addons that would default to
text/html
-style behavior instead of
application/json
(so, CSP, performant template rendering / exchange, data exchange, and so on, similar to micronaut's work already with Turbo)
i kind of think of it like next.js or remix but for Kotlin, if that makes any sense.
some kotlin friends and i are working on a prototype that we'd love to share for feedback.