Skip to content

poulad/poulardo.kt

Repository files navigation

Poulardo.kt

Learning Kotlin

Dependencies

  • Ktor
  • Kotlin Logging for a more performant logging
  • Kodein DI for dependency injection

Notes

See dependency tree of a sub-project:

./gradlew :shared-lib:dependencies --configuration runtimeClasspath

Start and stop the background worker process:

heroku scale --app poulardo worker=1
heroku scale --app poulardo worker=0

Read dyno logs:

heroku logs --app poulardo --dyno worker --tail

Build and prepare WASM files for serve:

./gradlew nativeBinaries
cp -vf ./webapp-wasm/build/bin/native/releaseExecutable/* ./assets/

About

learning Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published