0
votes
2answers
462 views

Auto-Refresh Div in Jade Template (Node.js/Express)

I am using Node.js, Express, Jade, and Redis to develop an app that will display spots from a telnet stream provided by reversebeacon.net, which are cross-referenced against Redis databases of amateur ...
2
votes
4answers
410 views

Is it possible to create a variable, that doesn't change on refresh the page, in javascript?

After I ask this question: I was thinking about this solution: Create a boolean flag inside the javascript script and make it true: true indicates refreshing the page using the browser. false ...