Questions tagged [serverside-javascript]

Server-side JavaScript is a set of techniques allowing to build JavaScript applications directly on the server.

Server-side JavaScript is a set of techniques allowing to build JavaScript applications directly on the server.

The most popular server-side JavaScript project is node.js, built on Chrome's JavaScript runtime, V8.

Other server-side JavaScript environments include Jaxer and Narwhal.

CommonJS project also provides a set of APIs which can be used outside the browser.

412 questions
0
votes
3 answers

javascript - not in the browser - but to process a file

I have written some javascript which reads data in a textarea (inside a browser) and outputs the result in a string (as innerHTML) in a div. It's brilliant and it does its job. I would like to port it out of the browser. I would like to reuse the…
chacko
  • 5,004
  • 9
  • 31
  • 39
0
votes
1 answer

Unable to use server-side JavaScript (SJSS) in emails on Marketing Cloud (ExactTarget)

UPDATE - You can only use SJSS in automation studio and web pages, not within emails. For this you need AMPscript. Original question: I can not use any SJSS functions in emails on Marketing cloud (ExactTarget). My email contains the…
pshp
  • 21
  • 6
0
votes
1 answer

Datatable with long data rows on small RAM memory

I am using a datatable with too much data rows, in a 4go ram computer it works greate, but in 2Go ram it take too much time to show results, what can i do, currently i am making my datatables like this