Hello, I’m building a server, REST API, with ktor,...
# ktor
r
Hello, I’m building a server, REST API, with ktor, and I was wondering what’s the best framework to build a admin panel with it ? And it is even possible ?
a
It’s definitely possible. What kind of integration with an admin panel is required?
r
Like admin session, see database and other stuff, some action, etc... But I didn’t succeed with event in UI with HTML plugin. I only succeed with static view.