Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
/ Tegral Public archive

[NO LONGER MAINTAINED] 🟣 A Kotlin framework for web applications, cool libraries that go along with it!

License

Notifications You must be signed in to change notification settings

utybo/Tegral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tegral is no longer maintained

I made Tegral as a way to continue making Kotlin project towards the end of my engineering school curriculum. Since I now have a job (that unfortunately does not involve Kotlin), I have lost motivation to continue working on this project, and thus will no longer maintain it. I am mostly done with "Open Source as a hobby", so this will probably be the last you'll see of me around here. Thanks for the ride!

Feel free to fork and continue working on this project. Previous readme below.

Tegral logo Tegral

GitHub Workflow Status (CI) Apache 2 license Latest release ktlint

Tegral is a collection of reusable Kotlin components, like libraries and frameworks, that can be used by themselves or combined together to create back-ends apps with Tegral Web.

DOCUMENTATION | CHANGELOG

âš¡ Tegral is in an alpha status. Please report any issue you may find!

class HelloController : KtorController() {
    override fun Routing.install() {
        get("/") {
            call.respondText("Hello World!")
        }
    }
}

fun main() {
    tegral {
        put(::HelloController)
    }
}

Each Tegral library is reusable and extensible. Pick the most suitable libraries for your project, or maybe even all of them for a full Tegral-based application.

About

[NO LONGER MAINTAINED] 🟣 A Kotlin framework for web applications, cool libraries that go along with it!

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages