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 - Autoloader issue not returning Class -

javascript - How can I reference jquery library using cgi methods in ruby? -

ruby on rails - Scope conditionals for count? -