Best Backend Platform for Microservices

Asked

Viewed 112 times

1

I have to develop a server with microservices with some functional programming language, initially I thought of Haskell and Clojure (languages with whom I most identify), I need a language with fast response and greater ease in development in microservices. Which of these languages would bring the best cost/benefit (mainly performance)?

  • 1

    Don’t think about developing in PHP or Nodejs?

  • 1

    No, for my work it needs to be a functional language

1 answer

1


I’ve never used Haskell for Microservices, but I really like Clojure with Pedestal. If your benefit is performance, I strongly suggest actix-web Rust, it has had the best benchmarks among all web Servers.

Rust is easy to make functional (in pt). in English

Browser other questions tagged

You are not signed in. Login or sign up in order to post.