Hi everyone, hope you are all doing well. Could someone share some good resources with me for developing websites with kotli. I need to create a relatively simple website, badic crud, filtering and authentication
d
David Herman
05/17/2024, 2:52 AM
I think people didn't touch this one because it's probably a much harder question than you may think it is 🙂
David Herman
05/17/2024, 2:53 AM
As the author of Kobweb, I can recommend taking a look at https://github.com/varabyte/kobweb -- but it doesn't handle auth itself. I once used Firebase for auth in one of my projects, but it's kind of a pain since that requires writing Kotlin <-> JS bindings.
d
Djuro
05/17/2024, 9:09 AM
so, can I write a CRUD app with auth in this? Is this a good way to go even, or it ment only for static websites