Software Alternatives & Reviews

Don’t start with microservices – monoliths are your friend

Moleculer Akka
  1. Fast & modern microservices framework for Node.js.
    Pricing:
    • Open Source
    But there's more to the topic of microservices. Seems like all the conversation focuses on deployment pain. You can build a service with something like Akka or Moleculer where the modules act independently and have some message passing and resilience from each other, but they can still all live in one codebase, one process, and deployed as one unit. It works fine and isn't painful at all. And maybe down the line you decide to split the thing up into multiple processes and multiple deployment units, and that's an easy refactor because the modules are already somewhat separated.

    #Developer Tools #JavaScript Framework #Web Frameworks 14 social mentions

  2. 2
    Build powerful reactive, concurrent, and distributed applications in Java and Scala
    Pricing:
    • Open Source
    But there's more to the topic of microservices. Seems like all the conversation focuses on deployment pain. You can build a service with something like Akka or Moleculer where the modules act independently and have some message passing and resilience from each other, but they can still all live in one codebase, one process, and deployed as one unit. It works fine and isn't painful at all. And maybe down the line you decide to split the thing up into multiple processes and multiple deployment units, and that's an easy refactor because the modules are already somewhat separated.

    #Data Integration #Monitoring Tools #Web And Application Servers 21 social mentions

Discuss: Don’t start with microservices – monoliths are your friend

Log in or Post with