L
L
lexaxaxa2015-05-20 15:57:02
JavaScript
lexaxaxa, 2015-05-20 15:57:02

Can data (photos, passwords, logins, etc.) be loaded from the browser's javascript code into the couchdb database?

Can data (photos, passwords, logins, etc.) be loaded from the browser's javascript code into the couchdb database? Or does everything have to happen on a Node.js based server? How is it usually implemented in social networks (who knows)? Interested in a bunch of javascript and couchdb.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Billy Milligan, 2015-05-20
@lexaxaxa

JS is designed to work with front-end (client-side). Data processing should be carried out by server languages. As for the social networks - AJAX.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question