node.js - Accessing JavaScript variables from client and server -


i have assigned variable value of text field

var x=document.getelementsbyclassname("base--textarea input--textarea")[0]["value"];),  

this in ejs document. however, want extract "key words" text using node module keyword extractor. so, how access variable x server.js file, use keyword extractor method on , return extracted keyword(s) client?


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -