JetBrains / kotlin-wrappers

Kotlin wrappers for popular JavaScript libraries
Apache License 2.0
1.34k stars 164 forks source link

Add wrapper for expressjs #2171

Open rolaca11 opened 10 months ago

rolaca11 commented 10 months ago

Is your feature request related to a problem? Please describe. I'd like to use expressjs in my Kotlin/JS app and auto generation with dukat, or karakum doesn't seem to work

Describe the solution you'd like Add a first-party wrapper for express

Describe alternatives you've considered Generating the externals with dukat/karakum

rolaca11 commented 10 months ago

I gave it a shot myself, but it feels like this is way too complicated to me

turansky commented 6 months ago

What about Fastify? Will it work for you (instead of expressjs)?