J
J
Jedi2018-10-02 07:10:35
PHP
Jedi, 2018-10-02 07:10:35

What is the ideal framework for writing a RESTful API that will accept JSON?

For some reason, there were problems with the json data request on koa.js. I tried to write the same thing on Slim, alas, it does not reach request json. It accepts plain text, but not JSON. Is it possible in Mac OS?
Recommend a framework with a wide community and quality code for a RESTful API that is well JSON friendly.
Thanks a lot!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
Nikita Egorov, 2018-10-02
@PHPjedi

Why is there a framework for this? What is the problem with implementing it yourself?

E
Evgeny Kumanin, 2018-10-02
@jackkum

REST API generator with Node.js, Express and Mongoose

N
nozzy, 2018-10-02
@nozzy

Lumen
https://lumen.laravel.com/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question