Answer the question
In order to leave comments, you need to log in
What is the webmachine gem used for?
In the project, I came across gem 'webmachine'. What is its fundamental difference from a web server? An opinion from practice is needed, not excerpts from the documentation (I have already looked at it).
Answer the question
In order to leave comments, you need to log in
This is not exactly a web server, but rather a framework for building a RESTful API. Like its predecessor, it allows you to create REST interfaces using callbacks rather than routing. I used the version for Erlang, it greatly simplifies the task for the developer and API user, because less thinking about response statuses and headers.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question