1

Is there any erlang web framework which provides the same functionalities as in Dropwizard framework? I am not good in erlang and I want to make a website transition from java to erlang.

Sookie Singh
  • 1,543
  • 11
  • 17

1 Answers1

0

Yaws's appmod provides everything I need for building web apps. It's beautiful, it's fast, and it's pure Erlang (from a user's point of view). This might sound subjective:) But I think you should give it a try.

Yaws is very well documented and full of examples. There is also a book called Building Web Applications with Erlang: Working with REST and Web Sockets on Yaws which can get you started very quickly.

Ning
  • 2,850
  • 2
  • 16
  • 23