I
I
Ivan2014-08-28 16:09:58
Node.js
Ivan, 2014-08-28 16:09:58

Node.js vs phalcon?

I'm looking for a highload solution for creating a REST API application
for input url parameters, for output json or xml, + inside we save statistics to the database and cache if necessary.
very large loads are planned

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2014-08-28
Protko @Fesor

golang if you want some adequate highload and REST solutions. Another option is D+vibe.d.

S
Sergey Romanov, 2014-08-29
@Serhioromano

Large loads are ElasticSearch as a database. It is accessed via REST by default, so you don't have to write anything else. This makes the speed even faster as one layer is removed. Easily and quickly scalable. Just enter the address of the new machine and the load will be distributed. Since it may have to be scaled dynamically. More servers in the middle of the day and less on weekends. Or when launching a new product, the first weeks are more servers, etc.
But you may have to install plugins to authenticate requests.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question