kotlin-multiplatform-bignum VS kotlinx-nodejs

Compare kotlin-multiplatform-bignum vs kotlinx-nodejs and see what are their differences.

kotlinx-nodejs

Kotlin external declarations for using the Node.js API from Kotlin code targeting JavaScript (by 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
kotlin-multiplatform-bignum kotlinx-nodejs
1 3
319 215
- 0.0%
7.8 0.0
2 months ago over 1 year ago
Kotlin Kotlin
Apache License 2.0 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.

kotlin-multiplatform-bignum

Posts with mentions or reviews of kotlin-multiplatform-bignum. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-27.
  • Kotlin Team AMA #3: Ask Us Anything
    52 projects | /r/Kotlin | 27 May 2021
    I've used this BigDecimal Kotlin implementation before and it seems to work fine, granted it would be nice if there was a alternative in the stdlib, but for now, that dependency works fine. :)

kotlinx-nodejs

Posts with mentions or reviews of kotlinx-nodejs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-27.
  • Kotlin Team AMA #3: Ask Us Anything
    52 projects | /r/Kotlin | 27 May 2021
    BTW, to get typed declarations for Node.js use https://github.com/Kotlin/kotlinx-nodejs, also, you can just create a project from IntelliJ IDEA Wizard (`Kotlin | Node.js Application`).
    52 projects | /r/Kotlin | 27 May 2021
    For backend development, I'd recommend using Kotlin/JVM, but of cause, you also, can try Kotlin/JS too and a library with typed declarations for Node.js modules could be helpful in this case https://github.com/Kotlin/kotlinx-nodejs. You can simply create a Kotlin/JS project targeting Node.js from IntelliJ IDEA Wizard (Kotlin | Node.js Application).
    52 projects | /r/Kotlin | 27 May 2021
    Honestly, we are mostly focused on generic and browser cases. However recently we have introduced a library with typed declarations for Node.js modules check it out: https://github.com/Kotlin/kotlinx-nodejs. We would happy to hear more about your cases and issues you are faced, please feel free to contact me and file issues at https://kotl.in/issue.

What are some alternatives?

When comparing kotlin-multiplatform-bignum and kotlinx-nodejs you can also consider the following projects:

firebase-kotlin-sdk - A Kotlin-first SDK for Firebase

KMQTT - Kotlin Multiplatform MQTT client & embeddable and standalone broker

NoCopy Compiler Plugin - A Kotlin compiler plugin that removes the `copy` method of data classes.

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

TelegramBotAPI - Type-safe library for work with Telegram Bot API

htmx - </> htmx - high power tools for HTML

okio - A modern I/O library for Android, Java, and Kotlin Multiplatform.

compose-multiplatform - Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.

ksp - Kotlin Symbol Processing API

Kotlin Spotify Web API - Spotify Web API wrapper for Kotlin, Java, JS, and Native - Targets JVM, Android, JS (browser), Native (Desktop), and Apple tvOS/iOS. Includes a Spotify Web Playback SDK wrapper for Kotlin/JS, and a spotify-auth wrapper for Kotlin/Android.

krontab - Library for using Crontab-like syntax in scheduling of some Kotlin Coroutines tasks to do from time to time