tekniq alternatives and similar libraries
Based on the "Web" category.
Alternatively, view tekniq alternatives based on common mentions on social networks and blogs.
-
ktor
Framework for quickly creating connected applications in Kotlin with minimal effort -
javalin
A simple and modern Java and Kotlin web framework [Moved to: https://github.com/javalin/javalin] -
apollo-android
:robot: A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform. -
http4k
The Functional toolkit for Kotlin HTTP applications. http4k provides a simple and uniform way to serve, consume, and test HTTP services. -
spark-kotlin
A Spark DSL in idiomatic kotlin // dependency: com.sparkjava:spark-kotlin:1.0.0-alpha -
skrape.it
A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion. -
hexagon
Hexagon is a microservices toolkit written in Kotlin. Its purpose is to ease the building of services (Web applications or APIs) that run inside a cloud platform. -
firefly
Firefly is an asynchronous web framework for rapid development of high-performance web application. -
fritz2
Easily build reactive web-apps in Kotlin based on flows and coroutines. -
A pure Kotlin, UI framework
A pure Kotlin UI framework for the Web (and desktop). -
vaadin-on-kotlin
Writing full-stack statically-typed web apps on JVM at its simplest -
alpas
🚀 The Rapid and Delightful Kotlin Web Framework. Easy, elegant, and productive! -
ShapeShift️
A Kotlin/Java library for intelligent object mapping and conversion between objects. -
lambda-kotlin-request-router
A REST request routing layer for AWS lambda handlers written in Kotlin -
Pellet
An opinionated, Kotlin-first web framework that helps you write fast, concise, and correct backend services 🚀. -
bootique-kotlin
Provides extension functions and features for smooth development with Bootique and Kotlin. -
Zeko-RestApi
Asynchronous web framework for Kotlin. Create REST APIs in Kotlin easily with automatic Swagger/OpenAPI doc generation -
komock
KoMock - Simple HTTP/Consul/SpringConfig http server framework written in Kotlin. Wiremock use cases -
voyager-server-spring-boot-starter
Easily create REST endpoints with permissions (access control level) and hooks includeded
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of tekniq or a related project?
Popular Comparisons
README
tekniq
A framework designed around Kotlin. Modules include
tekniq-core (click for more info)
A suite of tools that have no dependencies on other libraries providing capabilities such as loading cache, configurations, tracking tools, and more.
Gradle
implementation "io.tekniq:tekniq-core:0.14.0"
Maven Dependency
<dependency>
<groupId>io.tekniq</groupId>
<artifactId>tekniq-core</artifactId>
<version>0.14.0</version>
</dependency>
tekniq-cache (click for more info)
A kotlin friendly wrapper around Caffeine that conforms to the TqCache interface making it easy to switch to a more advanced loading cache implementation.
Gradle
implementation "io.tekniq:tekniq-cache:0.14.0"
Maven Dependency
<dependency>
<groupId>io.tekniq</groupId>
<artifactId>tekniq-cache</artifactId>
<version>0.14.0</version>
</dependency>
tekniq-jdbc (click for more info)
Provides extensions to the DataSource and Connection objects allowing one to more cleanly and easily work with the JDBC APIs with the kotlin idiom supported. Does not require overhead of object mappings or such.
Gradle
implementation "io.tekniq:tekniq-jdbc:0.14.0"
Maven Dependency
<dependency>
<groupId>io.tekniq</groupId>
<artifactId>tekniq-jdbc</artifactId>
<version>0.14.0</version>
</dependency>
tekniq-rest (click for more info)
A tool utilizing jackson-mapper for making RESTful calls to web services.
Gradle
implementation "io.tekniq:tekniq-rest:0.14.0"
Maven Dependency
<dependency>
<groupId>io.tekniq</groupId>
<artifactId>tekniq-rest</artifactId>
<version>0.14.0</version>
</dependency>