All Projects β†’ kwebio β†’ Kweb Core

kwebio / Kweb Core

Licence: lgpl-3.0
A lightweight Kotlin web framework for backend developers πŸ¦†

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Kweb Core

Aurelia
Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.
Stars: ✭ 995 (+75.49%)
Mutual labels:  web-framework, web-performance
Angular
The modern web developer’s platform
Stars: ✭ 78,336 (+13715.87%)
Mutual labels:  web-framework, web-performance
alef-component
Alef Component for Modern Web Apps.
Stars: ✭ 46 (-91.89%)
Mutual labels:  web-performance, web-framework
Leptus
The Erlang REST framework
Stars: ✭ 352 (-37.92%)
Mutual labels:  web-framework
Pyramid
Pyramid - A Python web framework
Stars: ✭ 3,615 (+537.57%)
Mutual labels:  web-framework
Iris
The fastest HTTP/2 Go Web Framework. AWS Lambda, gRPC, MVC, Unique Router, Websockets, Sessions, Test suite, Dependency Injection and more. A true successor of expressjs and laravel | θ°’θ°’ https://github.com/kataras/iris/issues/1329 |
Stars: ✭ 21,587 (+3707.23%)
Mutual labels:  web-framework
V Lazy Image
Lazy load images using Intersection Observer, apply progressive rendering and css animations.
Stars: ✭ 563 (-0.71%)
Mutual labels:  web-performance
Shiro
Apache Shiro
Stars: ✭ 3,685 (+549.91%)
Mutual labels:  web-framework
Mozjpeg
Improved JPEG encoder.
Stars: ✭ 4,738 (+735.63%)
Mutual labels:  web-performance
Reframe
A new kind of web framework.
Stars: ✭ 429 (-24.34%)
Mutual labels:  web-framework
Prerender.js
Fast webpages for all browsers.
Stars: ✭ 411 (-27.51%)
Mutual labels:  web-performance
Struts Examples
Mirror of Apache Struts
Stars: ✭ 373 (-34.22%)
Mutual labels:  web-framework
Zkweb
A flexible web framework supports .Net Framework and .Net Core
Stars: ✭ 475 (-16.23%)
Mutual labels:  web-framework
Gramework
Fast and Reliable Golang Web Framework
Stars: ✭ 354 (-37.57%)
Mutual labels:  web-framework
Javalin
A simple and modern Java and Kotlin web framework
Stars: ✭ 5,184 (+814.29%)
Mutual labels:  web-framework
Perfjankie
Checking browser rendering performance regression
Stars: ✭ 343 (-39.51%)
Mutual labels:  web-performance
Garie
Open source web performance
Stars: ✭ 484 (-14.64%)
Mutual labels:  web-performance
Bocadillo
(UNMAINTAINED) Fast, scalable and real-time capable web APIs for everyone
Stars: ✭ 401 (-29.28%)
Mutual labels:  web-framework
Farrow
Farrow is a progressive, incrementally-adoptable TypeScript framework for full stack development.
Stars: ✭ 384 (-32.28%)
Mutual labels:  web-framework
Vapor
πŸ’§ A server-side Swift HTTP web framework.
Stars: ✭ 21,194 (+3637.92%)
Mutual labels:  web-framework

Kweb πŸ¦†

Build Status

Quick Start

Read Getting Started from the User Manual.

Overview

Kweb is a new way to create beautiful, efficient, and scalable websites in Kotlin, where server-browser communication is handled automatically.

Example

import kweb.*

fun main() {
  Kweb(port = 16097) {
    doc.body.new {
      h1().text("Hello World!")
    }
 }
}

Learn More

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].