kweb-core
kweb-core copied to clipboard
A Kotlin web framework
Looks like a good candidate for a Kweb plugin, CSS only: https://bulma.io/
When I visit a page that uses Kweb, my browser will immediately go into a refresh loop. The problem is probably caused by a Firefox setting or by one of...
Love KWeb - was wanting to know if there is any way to inject KVar data into an existing templating engine such as [Freemarker](https://freemarker.apache.org/), [Pebble](https://pebbletemplates.io/) or [Thymeleaf](https://www.thymeleaf.org/) when using KWeb...
Hello, this is my first post on kweb-core. I'm quite excited about the idea of merging server- and client-side programming. I tested your TODO-example where I saw that the websocket...
I used 0.7.17 version of core and the fomantic styles are not applied in my application. I am using JDK8 (cannot upgrade). Is there any change between 0.7.11 and 0.7.12...
I wanted to use KWeb in a little application, nothing fancy or complex. Once i was done and everything was working from within the IDE, i pushed it to our...
There is some evidence that websockets may not be reliable in some circumstances. @gtod did some research on the subject, which I've pasted below. There are steps that can be...
Graal's [native-image](https://www.graalvm.org/docs/reference-manual/native-image/) has the ability to produce binaries from JVM jars *without* the overhead of having to include a JVM. This could be interesting, for example, for building extremely lightweight...
It would be nice if the example code in [README.md](https://github.com/kwebio/kweb-core/blob/master/README.md) could show off more of Kweb's abilities, while still remaining both short and readable. Open to suggestions here.