Skip to content

ZupIT/nimbus-backend-ts

Repository files navigation

Important: this project is currently on halt. The latest version is in Beta because it needs more testing. Use it at your own risk. Having said this, Nimbus is still probably the best open source library for implementing server driven ui with Jetpack Compose and Swift. This project is not archived because there is a good chance it will get some investment later this year (2023). If you need to talk to the developers, please send an e-mail to tiago.franca@zup.com.br.

Nimbus Backend Typescript

Nimbus Backend Typescript is a library for generating the JSON required for the Nimbus frontend libs. In other words, Nimbus Backend TS creates the server driven views used by the client applications.

To know more about Nimbus SDUI as a whole, please check our main documentation.

To get started with Nimbus Backend TS, please check the documentation for Nimbus Backend TS.

Development stage

Nimbus Backend TS is currently in alpha.

  • CLI: npm version
  • Core: npm version
  • Express: npm version
  • Layout: npm version

Useful links

  • Introductory article: blog post introducing Nimbus SDUI.
  • Documentation: the documentation for both the frontend and backend libraries. This is not in a website format yet, but you can read everything through GitHub.
  • Nimbus: the common code between Nimbus SwiftUI and Nimbus Compose. This has been built using Kotlin Multiplatform Mobile (KMM).
  • Nimbus Compose: all modules necessary to run Nimbus in a Jetpack Compose project.
  • Nimbus SwiftUI: all modules necessary to run Nimbus in a SwiftUI project.
  • Nimbus Compose Layout: layout components for Nimbus Compose.
  • Nimbus SwiftUI Layout: layout components for Nimbus SwiftUI.
  • Nimbus Backend TS: modules for the backend in Typescript.

License

Apache License 2.0.