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 -

java - How to put two numbers separated by a space into two different arrays -

python - matplotlib equivalent for Ubuntu servers with no GUI? -