S
S
sHooKDT2014-03-02 08:55:28
JavaScript
sHooKDT, 2014-03-02 08:55:28

Is it possible to work with any database without node.js?

I am writing a small js web application. Is it possible to work with any database without node.js? The application is expected to be essentially local. It is necessary to send something to the database from a regular page and, accordingly, receive it.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
K
Kirill Chernyshov, 2014-03-02
@delaguardo

CouchDB has a built-in REST API
Perfectly solves your problems, but I advise you to write a simple wrapper with promises over the necessary queries in advance.

I
Ivan Starkov, 2014-03-02
@icelaba

You can use an external database with the rest already screwed on, for example https://mongolab.com/welcome/
The disadvantage is that you will always need an Internet connection.
(link to rest docs.mongolab.com/restapi )
Or take a node, mongo and a library like https://www.npmjs.org/package/mongoose-express-rest in this situation, node code will be a bit

R
Ruslan Kasymov, 2014-03-02
@HDAPache

Or maybe Meteor will be the ideal solution in your case ?
Meteor (web framework)
Static sa...

V
Vasily Ostanin, 2014-03-03
@bazilio91

https://www.parse.com/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question