D
D
deSoul2017-03-01 19:24:06
API
deSoul, 2017-03-01 19:24:06

What are the APIs with compiled source code, backend logic for interacting with the file system and DBMS?

Good evening,
please tell me any solution to implement the following set of tasks:
1. There must be an API that hangs on a specific port and listens to incoming POST requests (JSON format) from a web application.
2. This solution should be able, upon receiving a POST request, to initiate any classes/methods and perform any logic on the server (including calls to the DBMS) and return a response (JSON format).
3. All API logic must be able to compile.
4. The solution must be able to work with queues of incoming requests, multithreading.
5. The product must be licensed for commercial use.
ps I don't want too much? :)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
X
xmoonlight, 2017-03-01
@xmoonlight

https://www.silexlabs.org/amfphp/

S
sim3x, 2017-03-01
@sim3x

too much

R
Rafael™, 2017-03-01
@maxminimus

is it all node.js ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question