Posting data from EJS to Node.js – Nginx
I have an index.html EJS rendered by a koa/Node.js app which contains a javascript snippet to post data about the current page to the same app, to an endpoint to save in a database. The javascript code ( an AJAX…