Skip to content

Use Vert.x on the server and Compose on Android/iOS/Web (wasm)

License

Notifications You must be signed in to change notification settings

shibasis0801/vertx-compose-template

 
 

Repository files navigation

Project Setup

This project is forked from the official template with a few changes:

  • Core official libraries for coroutines, serialization, and networking are added.
  • Ktor server is replaced with a Vert.x server.
  • Basic abstractions for networking are added.

Prerequisites

  • Use Android Studio and install the Kotlin Multiplatform Mobile plugin.

Running the Server

Run the server using Android Studio's run configuration for Main.kt, or using the following command

./gradlew :vertxServer:serve
adb reverse tcp:8888 tcp:8888

About

Use Vert.x on the server and Compose on Android/iOS/Web (wasm)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 58.7%
  • Ruby 34.8%
  • Swift 4.7%
  • Shell 1.8%