JavaScript (not to be confused with Java) is a high-level, dynamic, multi-paradigm, weakly-typed language used for both client-side and server-side scripting. Its primary use is in rendering and allowing manipulation of web pages. Use this tag for questions regarding ECMAScript and its various dialects/implementations (excluding ActionScript and Google-Apps-Script).
I'm currently building a HTML5 web app/Phonegap native app and I can't seem to figure out how to sav
I found this orientation test code below looking for JQTouch reference material. This works correctly in the i
Using Angular and Phonegap, I'm trying to load a video that is on a remote server but came across an issu
I am using jQuery Mobile, and I am having trouble understanding differences between classic document ready and
I'd like to use WebSockets for inter-process communication for my application (Daemon<->WebGUI and
I wrote a code for broadcasting a message to all users: // websocket and http servers var webSocketServer = re
I don't understand why I cannot make the following code work. I want to connect with JavaScript to my ser
I would like to get the reason websockets closed, so I can show the right message to the user. I have sok.on
var ws = new WebSocket('ws://localhost:8080'); ws.onopen = function () { ws.send(JSON.stringify({
I'm trying to create a websocket server written in node.js To get the server to work I need to get the S
I am playing around with HTML5 WebSockets. I was wondering, how do I close the connection gracefully? Like, wh
I have read many posts on SO and the web regarding the keywords in my question title and learned a lot from th
I keep reading about ping/pong messages in websockets to keep the connection alive, but I'm not sure what
I'm working with socket.io and node.js and until now it seems pretty good, but I don't know how to s
Looks like it's easy to add custom HTTP headers to your websocket client with any HTTP header client whic
I am building a small chat application for friends, but unsure about how to get information in a timely manner
I want to conditionally show and hide this button group depending on what is passed in from the parent compone
I get this error after a making trivial React example page: Uncaught Error: Invariant Violation: _register
I'm trying to access a static image to use within an inline backgroundImage property within React. Unfort