Kweb 1.0.0-rc.1 released - A lightweight Kotlin web framework for backend developers

This page summarizes the projects mentioned and recommended in the original post on /r/Kotlin

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • core

    A Kotlin web framework

    Sort of, Kweb expects you to build your HTML using the Kotlin DSL - because the expectation is that a lot of the HTML will be dynamic. However, we have an issue for automatically converting an existing HTML document to our HTML DSL.

  • ktor

    Framework for quickly creating connected applications in Kotlin with minimal effort

    Kweb isn't prescriptive on how you handle auth, but I don't think Kweb has any limitations relative to other web frameworks. It can still interact with HTTP, set and read cookies and local storage, read HTTP headers, etc, most of this is handled by Ktor - which Kweb is built on.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • freenetorg-website

    The code behind https://freenet.org/ and https://staging.freenet.org/

    Yes provided the load balancer supports sticky sessions. Here is an example Kwebsite that runs on Google Cloud Platform with autoscaling (using FireStore as a DB).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts