Skip to content Skip to sidebar Skip to footer
Showing posts with the label Socket.io

Allow Only Specific/official Html5 Web Apps To Connect To A Websocket Host

is it possible to ensure, that establishing a web socket connection (via socket.io) is only possibl… Read more Allow Only Specific/official Html5 Web Apps To Connect To A Websocket Host

Websocket Apache Proxy Issues With Ssl

So I have a site that uses https and websockets and socket.io (with node.js). The websocket will in… Read more Websocket Apache Proxy Issues With Ssl

How Do I Send Image To Server Via Socket.io?

I've been beating my head over this and I can't find a proper solution. I want to be able t… Read more How Do I Send Image To Server Via Socket.io?

Click A Button In Two Pages At Once

I have two web pages as follows, when i click a button in one page alert box should be displayed in… Read more Click A Button In Two Pages At Once

How To Render Variable From Node.js Server Without Have To Reload And Without Using Ejs/ajax?

I have tried using ejs: node.js: var example = 0; app.get('/', function(req, res, next) { … Read more How To Render Variable From Node.js Server Without Have To Reload And Without Using Ejs/ajax?

How Do I Send Image To Server Via Socket.io?

I've been beating my head over this and I can't find a proper solution. I want to be able t… Read more How Do I Send Image To Server Via Socket.io?