I know it's weird, but can you use KVision to crea...
# kvision
e
I know it's weird, but can you use KVision to create a monolith web application?
a
I think it depends on your definition of "monolith". You can make a front-end-only application... and if you bloat it up, it could be classified "monolith". You can also make a "client/server"-style "monolith".
I use KVision for front-end and "back-end-of front-end" architecture. The KVision back-end then coordinates calls to a micro-services/lambda architecture (which supports its own API set). An argument can be made that the KVision-powered components of my architecture are a "monolith", but the architecture as a whole is hardly that