Doodle VS GraphQL Kotlin

Compare Doodle vs GraphQL Kotlin and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Doodle GraphQL Kotlin
58 3
600 1,712
5.5% 0.8%
8.9 7.9
29 days ago 7 days ago
Kotlin Kotlin
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Doodle

Posts with mentions or reviews of Doodle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-30.
  • Doodle: Pure Kotlin UI Framework for the Web and Desktop
    1 project | news.ycombinator.com | 8 Sep 2023
  • Keeping Figma Fast: perf-testing the WASM editor
    5 projects | news.ycombinator.com | 30 Aug 2023
    https://blog.jetbrains.com/kotlin/2023/08/compose-multiplatf...

    They don't really mention Wasm there as this mostly focuses on the IOS support. They had a lot of presentations about that at kotlin conf and the compose web channel in the kotlin slack is very active.

    Basically, anyone currently doing mobile development that is used to modern UI frameworks for that, will soon be able to target browsers effortlessly without compromising on their UI frameworks. Compose is one of the frameworks. But there are others. I've seen some nice kotlin-js frameworks targeting canvas and vector graphics. Doodle is a nice example: https://nacular.github.io/doodle/. I have not used that yet but it looks quite slick. A lot of kotlin-js stuff will transition to wasm once the compiler stabilizes.

    Web developers seem to be mostly unable to see beyond their comfort zone of DOM/CSS/JS. There are alternative ways of doing UI/UX that are common outside of browsers. Applying that in a browser is transitioning from impossible (a few years ago) to being hard but very feasible (the last few years) to being easy, very common, and widely supported across different developer ecosystems (the next few years). Not a matter of if but when.

  • Complex Menus Made Easy with Doodle 0.9.2
    2 projects | /r/coolgithubprojects | 26 May 2023
    Doodle is a pure Kotlin UI framework for the Web (and Desktop), that lets you create rich applications without relying on Javascript, HTML or CSS. Check out the documentation and tutorials to learn more.
  • On the Compose HTML rebranding (TL;DR - everything is fine!)
    8 projects | /r/Kotlin | 15 Apr 2023
    Doodle - A pure Kotlin UI framework for the Web (and Desktop).
  • Doodle 0.9.1 makes it easy to add popups and modals to your app
    1 project | /r/opensource | 7 Apr 2023
    1 project | /r/javascript | 7 Apr 2023
    1 project | /r/coding | 7 Apr 2023
  • Doodle 0.9.0 Released
    1 project | /r/Frontend | 4 Jan 2023
    1 project | /r/coding | 4 Jan 2023
  • Animations with Doodle 0.9.0
    2 projects | /r/Kotlin | 4 Jan 2023
    Doodle is a pure Kotlin UI framework for the Web (and Desktop), that lets you create rich applications without relying on Javascript, HTML or CSS. Check out the documentation and tutorials to learn more.

GraphQL Kotlin

Posts with mentions or reviews of GraphQL Kotlin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-03.
  • Using GraphQL with Kotlin
    1 project | /r/Kotlin | 2 Aug 2023
    New to Kotlin, but trying to create a project with Kotlin, GraphQL, and Postgres. I'm not opposed to using ktor, but was hoping to use spring boot. I liked expedia's GraphQL Kotlin but having a hard time finding tutorials that go over how to set up a project like this. I see that there are some examples here https://github.com/ExpediaGroup/graphql-kotlin/tree/master/examples but wondering if there are any tutorials anyone could recommend
  • I am considering switching to TypeScript on a personal project
    3 projects | /r/Kotlin | 3 Nov 2021
    Their client framework officially supports ktor client https://github.com/ExpediaGroup/graphql-kotlin/tree/master/clients/graphql-kotlin-ktor-client while their schema generator seems to be just framework-independent jvm library https://github.com/ExpediaGroup/graphql-kotlin/tree/master/generator/graphql-kotlin-schema-generator And you could use their gradle plugin as described here https://github.com/ExpediaGroup/graphql-kotlin/tree/master/plugins/graphql-kotlin-gradle-plugin which would make the whole thing a breeze I guess :)
  • GraphQL Kotlin 4.0.0 is out!
    2 projects | /r/Kotlin | 20 Apr 2021
    GraphQL Kotlin consists of a number of libraries that aim to simplify the running of GraphQL servers and clients using Kotlin. It’s been over 10 months since the last major release of graphql-kotlin and after hundreds of commits and numerous pre-releases, we are pleased to announce the 4.0.0 release!

What are some alternatives?

When comparing Doodle and GraphQL Kotlin you can also consider the following projects:

kvision - Object oriented web framework for Kotlin/JS

KGraphQL

kottpd - REST framework written in pure Kotlin

graphql-ws - Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.

ktor - Framework for quickly creating connected applications in Kotlin with minimal effort

apollo-android - :robot:  A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform.

vaadin-on-kotlin - Writing full-stack statically-typed web apps on JVM at its simplest

fritz2 - Easily build reactive web-apps in Kotlin based on flows and coroutines.

core - A Kotlin web framework

kotlin - Starter project for Kotlin