Server-side JavaScript is a set of techniques allowing to build JavaScript applications directly on the server.
0
votes
0answers
10 views
What is the best approach for Campaign Monitor to displaying custom data sets
I'm currently working with the Campaign Monitor API which limits a max of 20 custom vars at 250 chars each.
I want to use there service as the white hat servers along with the analytics are worth ...
-1
votes
1answer
23 views
Setting DOCTYPE With Server-Side Javascript
I have a real quick question. I want to set the DOCTYPE for an HTML Page but I need to do it using Server Side Javascript. Every answer I see on this site says "I don't see why you want to do it" but ...
1
vote
1answer
78 views
how to detect that user's connection is lost or he closed the browser window in Nodejs socket.io
I have a chat application on Node.js and Socket.io, user can connect and disconnect with a button...
I am having a list of online users which is perfectly managed with the help of my defined events ...
0
votes
1answer
111 views
ASP.NET: Show jQuery dialog after button click
On my ASP.NET page I have a button. After click on the server side should be generate a div which represent the content for a jQuery dialog and the related JavaScript block. But neither the div nor ...
1
vote
1answer
49 views
node js in apache
I searched a lot and found out that node.js does not work on apache.
Is there any other alternatives for that?
Main idea behind this is use of server-side javascript on Apache.
Thanks.
0
votes
1answer
72 views
How to secure socket.io from code injection?
So i'm developing a socket.io real-time web-app.
The first concern of mine was "What if some evil-minded user tries to inject some code via Dev Tools or Firebug?" and i've got my answer here on SO. My ...
0
votes
1answer
128 views
How to write test driven programming in node.js?
Recently I got introduced to node.js and packages like express, mongodb and ejs. I have few questions :
As a learning purpose, I have created a github repo of user management which uses express, ...
0
votes
1answer
177 views
Using custom fabric.js classes in node.js
I'm using a couple of custom fabric.js classes in my app to render and encapsulate some additional data attributes as suggested here.
Now that I have the JSON data generated by these, I'd like to ...
0
votes
2answers
2k views
How to trigger server side button's click event after javascript confirm dialog returns true
I have an input as count named in a repeater with hdncount hidden input. And I have a server side button out of repeater. This script runs onblur event of count. I want to trigger server side button's ...
0
votes
1answer
211 views
Modifying response using server side scripts on Azure Mobile Services
I have a mobile app for which I am using Azure Mobile Services as a backend. I have a scenario in which I need to modify the elements that the client is requesting from the database. I need to ...
0
votes
2answers
40 views
Weird scope behavior in node or am I sleeping?
My js is as follows,
/*
* GET home page.
*/
var MongoClient = require('mongodb');
exports.index = function(req, res){
var studentObj = {};
...
2
votes
1answer
107 views
classic asp using javacript gives a 500 error
I can't figure out why I keep getting an HTTP/1.1 500 Server Error but only when using javascript as the server-side language. If I use VBScript it works just fine. I have other sites running on the ...
4
votes
3answers
412 views
Are there any ports or alternative implementations of the node.js platform with JavaScript engines other than V8?
node.js is an open source server-side JavaScript platform based on Google's V8 JavaScript engine. It has been rapidly gaining popularity and importance for couple of years now.
Now node.js is just a ...
0
votes
4answers
118 views
How to fetch a site name from URL in Javascript?
Is there an easy way to fetch a site name from a URL string?
Example:
http://www.mysite.com/mypath/mypage -> www.mysite.com
http://mysite.com/mypath/mypage -> mysite.com
The JS code is ...
0
votes
0answers
100 views
Java EE Web App that uses server side jQuery?
I have a Java EE web application and I want to use server side jQuery to process some HTML. Here's the process -
User installs a chrome extension that I wrote
User visits a web page on their browser
...
0
votes
1answer
94 views
How does Node.js handle connections?
I'd like to know how does Node handle connections. I mean: when I run...
node myserver.js
... and I make a request, what does Node do?
I've made a test. I have a server running with socket.io. I ...
1
vote
1answer
168 views
node.js: Accessing local variables from another module
My Problem
I'm writing a node module called a, which require()s a module b (written by a stranger). Unfortunately, a doesn't only need to access the public members - it also needs to access local ...
0
votes
1answer
95 views
JavaScript: document.write() not working in Mac Terminal
I'm trying to include some libraries in from some server scripts that I'm running from the Mac Terminal (command line). This will not be run in a browser - I'm using Parse Cloud Code for my iOS app's ...
1
vote
1answer
125 views
Sandboxing Mongo->execute(MongoCode) in PHP to prevent any DB interaction
As a feature in the software I'm writing, I'm allowing myself to create calculators written in JS to compute the fees to be applied to a specific set of data, using said data as a reference. Since I'm ...
0
votes
2answers
103 views
Middle layer between MongoDB and PHP and mobile aps
We plan web project (accounting software) using PHP for web frontend and MongoDB as database. Also, there will be probably mobile aps for iPhone and Android, possible REST API and more. We need to ...
0
votes
1answer
100 views
JavaScript as a server-side language [closed]
i have been trying to understand how JavaScript can function as server-side language as i am used to JavaScript for client-side work such as AJAX. can someone explain to me succinctly, i have Java ...
0
votes
1answer
235 views
How to make a server side world time clock in xPages
I want to display to users the time in different cities/timezones like this:
London 2012-02-01 11:30:00 GMT (0)
New York 2012-02-01 06:30:00 GMT (-6)
Stockholm 2012-02-01 12:30:00 GMT (+1)
I need ...
4
votes
1answer
789 views
How to debug and log own code on the server side of Meteor?
Never mind. The reason this did not work: I forgot to meteor reset so debugger did not get a chance to stop. Duh!
More info: I am using the method in the answer by Mason Chang to the related ...
0
votes
0answers
56 views
.Net server includes of JQuery cause problems
I'm trying to include JQuery and JQuery UI in a .Net webpage. I'd like to be able to do this via server-side includes so that I can guarantee that it won't be included more than once (we run our ...
2
votes
1answer
540 views
NodeJS 'assert' test fails for json object returned through the express http response
Having recently developed an interest in NodeJS, I finally managed to get my hands on a NodeJS book. A simple example on the book was to create an express server and write a test to verify a simple ...
3
votes
1answer
414 views
Retrofitting an existing Backbone app for server-side rendering with node.js?
I have a web app whose current structure is to render everything in the browser with backbone.js and client-side templates, pulling all dynamic content from a Python-powered JSON API. Some of the app ...
0
votes
1answer
180 views
python equivalents to Meteorserver or Derbyjs or Angularjs?
are there any python frameworks that is akin to meteorserver, derbyjs, angularjs? basically something like pyjs but with support for UI data binding witnessed in knockoutjs, and angularjs with a ...
4
votes
1answer
239 views
MongoDB: mapReduce side-effects
During the development of our map-reduce jobs our MR code generates useful diagnostic data structures independently of the data being map-reduced. Is there an easy way to get these data out to the ...
0
votes
1answer
108 views
How to handle File Upload by Appweb with Ejscript
My web apps was deployed on embedded linux, and I used AppWeb as a webserver.
I used Appweb 3.3.2, with Ejscript 1.1.2
And now, I want to upload a file by web browser to server. In Ejscript's ...
0
votes
2answers
84 views
Calling jQuery function from the server
I have a web system which collects measurements data.
Those inputs comes from a mobile device (iPhone with a custom website).
I would like to show a message at the admin's web site each time the ...
3
votes
5answers
2k views
Server-Side javascript framework
I'm looking to replace PHP with something better (everybody seems to say that PHP is evil, right ?), and considering server-side JavaScript.
node.js seems very popular, but I'm afraid I'll go crazy ...
1
vote
2answers
373 views
How can I add custom HTML attributes to an ASP.NET label without code-behind access?
I am making some modifications to a website, but it is hosted by a third party so I don't have code-behind access, how can I add custom HTML attributes (Rich Snippets) to an ASP label or other ...
2
votes
3answers
378 views
server side Mongodb GridFS file copying
Per business requirements I need provide possibility to copy content of some file on GridFS. Of course it can be done over domain-specific layer. But in this case I can see some overhead:
take ...
3
votes
2answers
581 views
Node.js and Redis
I am trying to link up a redis database with a Node.js application I am building to be able to store comments about items. I'm using the node_redis library to handle the connection. When I attempt to ...
0
votes
4answers
190 views
Call Javascript functions from PHP
A common problem is that for validation you need to run the same code on the server and on the client. On a JavaScript heavy page there are many other function you like to share between both sides. ...
1
vote
1answer
82 views
What are advantages of returning Javascript objects from Server Side?
I see that most of big websites are returning javascript objects instead of pure HTML output, and renders it client side.
What are the advantages of using this approach? (and I think they are when ...
0
votes
1answer
295 views
ReplaceItemValue on XPage throwing error
Working on an XPage.
Have a button that when clicked sets the value of the "b_BugNum" field to "2" using SSJS:
document1.ReplaceItemValue("b_BugNum","2");
Keep receiving this error when run:
...
0
votes
0answers
194 views
Edit an existing xml file on the server using jscript
I am trying to edit an existing xml file on the server but I can't save my changes back? Is it possible?
I don't have to save it on server. No problem saving it locally [Client-side], if it's easier.
...
0
votes
1answer
184 views
Calling server side javascript from the browser through internet
can anybody help me to call a server side javascript method from the client HTML page (browser) and get back the object from the server and process through internet.
as like google maps api.
ex as ...
1
vote
4answers
1k views
Advantages of server side javascript over java
I'm new to server side javascript programming, and I'm trying to understand the differences between this and the traditional server side java.
What are the significant differences and why is SSJS ...
0
votes
1answer
658 views
What is non-blocking or asynchronous I/O in Node.js?
In the context of Server Side Javascript engines, what is non-blocking I/O or asynchronous I/O? I see this being mentioned as an advantage over Java server side implementations.
1
vote
2answers
394 views
Is there a good server side javascript based rest API testing framework? [closed]
I would like to test the external endpoints of a rest api written in java but I would like to run tests from javascript for the possibility of sharing js code and maybe the testing framework with our ...
1
vote
1answer
430 views
How to call ad hoc SSJS from a Java Bean
I need to call ssjs from a java bean similar to this this issue. The issue is that the code I need to execute comes from a configuration document, and may look like:
getComponent("xxx").getValue();
...
0
votes
2answers
349 views
How to apply Client-side validation by calling a server-side function in ASP.NET
I have an ASP.NET Web Forms application.
I have a Form with various TextBoxand right now I have several asp:RequiredFieldValidator linked to them belonging to the same ValidationGroup.
Now I have to ...
3
votes
0answers
129 views
What is the most robust, universal ActiveRecord implementation for JavaScript/SSJS?
Although I'm not very familiar with its usage yet, I'm intrigued by what I've seen of the power of convention-over-configuration employed in the ActiveRecord pattern, popularized by Ruby-on-Rails. ...
2
votes
2answers
76 views
Is it possible (and recommended) to use Javascript to perform server-side scripting?
Is it possible to use Javascript to query databases to display text, images and other data and, generally to perform server-side scripting? And if so would you recommend using Javascript to do this or ...
-1
votes
1answer
44 views
Posting the datas through URL
I like to pass the values to the webpage. I am having the array in which the values are stored dynamically. I like to pass this array to webpage through URL, website is in PHP Language. I am not aware ...
1
vote
2answers
1k views
window.close() in XPages
I am having a Xpage with some links. One of my link call EXIT having window.close() to close the current tab in browser.
In browser when I am opening the document(Xpage holds the document) from the ...
0
votes
1answer
1k views
How do I call an SSJS method with parameters from javascript
I have a url containing a hash e.g http://www.acme.com/home.xsp#key=1234
When the url above loads in the browser I need to call a serverside javascript based on the value in the hash.
I have found a ...
5
votes
1answer
1k views
What is the correct way to chain async calls in javascript?
I'm trying to find the best way to create async calls when each call depends on the prior call to have completed. At the moment I'm chaining the methods by recursively calling a defined process ...


