serverside-javascript Questions
1
Solved
We intend to use Apache server for web development.
For serverside scripting we wish to use server side javascript.
What is needed to make serverside javascript work on Apache server?
Is SSJS rec...
Azal asked 30/12, 2015 at 12:13
5
Solved
Is it not a Javascript engine hosted by the browser on the client machine itself?
Quar asked 29/12, 2015 at 12:53
1
What I've already done
I have a frontend entirely built with React.JS.
All the business logic is handled by Django and exposed by Django REST Framework via an API.
I'm able to build for different...
Linnea asked 30/7, 2015 at 15:55
5
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 b...
Schnorrer asked 13/5, 2012 at 9:54
2
I'm using React for my components, and in order to package up the styles with my components, I'm requiring them in as per the documented webpack method:
require('./style.css');
But when I try to...
Serle asked 11/1, 2015 at 23:46
2
In an isomorphic application with Reactjs, you need to pass the identical initial state that was rendered on the server down to the client (which will then 'rehydrate' the app with event bindings a...
Miguel asked 27/12, 2014 at 17:25
8
Solved
Are there any Call-Graph and/or Control-Flow-Graph generators for JavaScript?
Call Graph - http://en.wikipedia.org/wiki/Call_graph
Control Flow Graph - http://en.wikipedia.org/wiki/Control_...
Tallyman asked 22/3, 2011 at 8:37
5
Solved
I am trying to get my head round node.js...
I am very happy with my LAMP set up as it currently fulfils my requirements. Although I want to add some real-time features into my PHP app. Such as sho...
Ieshaieso asked 9/1, 2011 at 20:39
5
Solved
I've been following the latest developments with server-side JavaScript - especially Node.js - and wondering if there is any possibility of using such an approach to develop a Google App Engine web...
Roxy asked 13/10, 2010 at 19:18
2
Solved
What are the major differences between the Netscape Enterprise Server implementation of Server-Side JavaScript (SSJS) and the node.js implementation?
Why did not Netscape's implementation gain atte...
Overgrow asked 21/8, 2013 at 7:7
6
Does anyone know if it is possible to leverage the power of JQuery on the .Net serverside?
For example I have some HTML as a String in some code behind. Is there a way to execute JQuery on it?
I'...
Tact asked 2/3, 2010 at 18:37
5
Solved
I am doing some server side coding with JavaScript (node.js) and I would like to write valid xml.
I found two libs, but I am sure there are more/better!?
http://goessner.net/download/prj/jsonxml...
Fuzzy asked 31/10, 2010 at 22:2
4
Solved
Is there any way to run a Javascript engine, like Spidermonkey, on Google App Engine? Spidermonkey is a C module, so obviously that wont work (GAE doesn't allow those types of modules)... is there ...
Stela asked 11/7, 2010 at 19:26
7
Solved
I've always considered JavaScript as a great addition (or rather, for the last couple of years, as a must have) to the client side of any web application. Even when I started to use Mootools,...
Glynas asked 8/2, 2011 at 10:2
3
Solved
I'd like to be able to run JavaScript and get the results with PHP and is wondering if there is a library for PHP that allows me to parse it out. My first thought was to use node.js, but since node...
Strephon asked 2/12, 2010 at 5:19
2
Solved
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 quest...
Facility asked 16/9, 2012 at 17:0
1
Solved
I'm just getting into coding server side javascript and have been reading tutorials on socket.io and node.js, but I haven't come across anything demonstrating how to use node.js to access a mysql d...
Equinox asked 12/7, 2013 at 15:22
3
Solved
I have recently noticed that a lot of JavaScript files on the Web start with a ; immediately following the comment section.
For example, this jQuery plugin's code starts with:
/**
* jQuery.Scrol...
Dittmer asked 20/3, 2010 at 1:33
1
Solved
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...
Celsacelsius asked 30/4, 2013 at 6:23
5
Solved
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 craz...
Diagenesis asked 14/7, 2012 at 21:36
2
Solved
Is it possible (using one of the server side implementations of javascript .. see http://www.nakedjavascript.com/getting-started-55) to instantiate a COM object and invoke methods on it?
Begay asked 22/2, 2011 at 9:19
3
Solved
I'm attempting to convert a string from CP932 (aka Windows-31J) to utf8 in javascript. Basically I'm crawling a site that ignores the utf-8 request in the request header and returns cp932 encoded t...
Concentrate asked 20/6, 2011 at 13:4
4
Solved
I'm starting to get my head around node.js, and I'm trying to figure out how I would do normal MVC stuff. For example, here's a Django view that pulls two sets of records from the database, and sen...
Chemical asked 1/2, 2010 at 19:56
4
Solved
I am building a site which has times and prices which tick down. The thing I am most concerned with is syncing time so that it is as accurate as possible across all clients.
Currently, I am ...
Equites asked 18/3, 2011 at 20:52
4
Solved
A lot of questions have been asked and answered about running server-side javascript on Google App Engine, but all of the answers deal with Java instances in order to make use of Java-based JS inte...
Brockman asked 13/11, 2010 at 20:51
© 2022 - 2024 — McMap. All rights reserved.