Software Alternatives & Reviews

Reactive Backend Applications with Spring Boot, Kotlin and Coroutines (Part 1)

Project Reactor Flyway
  1. Project Reactor home
    Pricing:
    • Open Source
    Spring Framework is one of the most popular choices for web applications. It comes with a great ecosystem, tooling, and support. Spring applications are mainly written in Java. While they can serve quite well in many different domains and use cases, they may not be a good fit for modern-day applications which require low-latency and high-throughput. This is where the reactive programming paradigm could help because the paradigm is designed to address these issues by its non-blocking nature. Spring already supports reactive programming via Project Reactor.

    #Education #Online Courses #Course Authoring Tools 12 social mentions

  2. 2
    Flyway is a database migration tool.
    Pricing:
    • Open Source
    Since we don't use JPA/Hibernate anymore, we will need to be handling our DB structure ourselves. Luckily, for a simple case like ours, Spring supports DB schema initialization directly (a real-world application might use a tool like Flyway for this purpose). Let's create a schema.sql in our resources folder:.

    #MySQL Tools #Development #Online Services 58 social mentions

Discuss: Reactive Backend Applications with Spring Boot, Kotlin and Coroutines (Part 1)

Log in or Post with