N
N
Neic2015-05-18 00:18:28
API
Neic, 2015-05-18 00:18:28

Lightweight server with API and JSON, how to implement?

Tell me how best to solve this problem: you need to make a server on which there will be a database and so that it can be accessed via GET or POST requests and get the result in JSON'e. And plus authorization of course. That is, in short, you need to write an API for communicating with the database. What are the best and easiest ways to implement this? Thanks for the help.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
M
myfirepukan, 2015-05-18
@thomas_white

JSON Server https://github.com/typicode/json-server and last review? habrahabr.ru/post/258061

S
sim3x, 2015-05-18
@sim3x

rubyonrails.org

V
varz62, 2015-05-18
@varz62

if in php then slim framework or Lumen
they are designed for this

V
Viktor Koltcov, 2015-05-18
@Vityarik

Java JAX-RS

O
OnYourLips, 2015-05-18
@OnYourLips

On what you are good at.
If you don’t know how to do anything, then the task is from the category of an impossible task.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question