J
J
Jeket2014-08-22 11:55:47
Ruby on Rails
Jeket, 2014-08-22 11:55:47

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

1 answer(s)
Y
Yuri Artemev, 2014-08-28
@artemeff

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 question

Ask a Question

731 491 924 answers to any question