Skip to content Skip to sidebar Skip to footer
Showing posts with the label Websocket

Javascript Listen On A Port

I'm using dump1090 to listen to and decode ADS-B signals. It outputs the data over port 8080 to… Read more Javascript Listen On A Port

Websocket Onmessage Not Firing

I'm trying to implement my own websocket server and am running into a bit of trouble with the o… Read more Websocket Onmessage Not Firing

Can't Create A Websocket Sever Correctly By Express-ws Middleware

I'm writing a websocket server using node.js and express, and I use the express-ws middleware t… Read more Can't Create A Websocket Sever Correctly By Express-ws Middleware

Socket.io Best Way To Send Messages Between Two Users?

I want to know what is the best way to send messages between two users? I know you can do rooms and… Read more Socket.io Best Way To Send Messages Between Two Users?

Websockets Sending Garbage To Server

I have created a WebSockets connection from my website to my home server running a python script li… Read more Websockets Sending Garbage To Server

How To Update Multiple Bundled Js Files Using Webpack?

I have a simple app in which require a user to provide certain pieces of information as follows. P… Read more How To Update Multiple Bundled Js Files Using Webpack?

Socket.io/node.js Detecting If Server Is Down

Is there something that I can do on the client side to detect that the socket.io websocket is not a… Read more Socket.io/node.js Detecting If Server Is Down

Connect Javascript Websocket To C Winsock

I managed to connect my JavaScript client to C++ server (I'm using winsock), and the server rec… Read more Connect Javascript Websocket To C Winsock

Websocket-rails, Websocket Handshake Error

I followed the docs on the websocket-rails github wiki page, but couldn't overcome this difficu… Read more Websocket-rails, Websocket Handshake Error

Node.js Server Is Not Working Properly

I'm trying to make a simple text chat for example. Server start and work. My client connects fi… Read more Node.js Server Is Not Working Properly

How Send Arraybuffer As Binary Via Websocket?

I am working on a project with Mozilla Europe. In this project, I use websocket by Worlize (server-… Read more How Send Arraybuffer As Binary Via Websocket?

Securing Websockets

Right now our application is designed to facilitate all communication via websockets after the init… Read more Securing Websockets

How To Pass Canvas Stream To Another Window Since Createobjecturl Is Deprecated?

I'm building a very specific project that has the following: A main window with a canvas eleme… Read more How To Pass Canvas Stream To Another Window Since Createobjecturl Is Deprecated?

Node-js: Not Receiving Events After Websocket Reconnect

my node-js application uses the bitfinex-api-node npm package to establish a websocket connection t… Read more Node-js: Not Receiving Events After Websocket Reconnect

Unrecognized Frame Opcode: 5 And Web Socket Closes

I get this error very often in my web socket application and web socket immediately closes. The onl… Read more Unrecognized Frame Opcode: 5 And Web Socket Closes

Keeping The Websocket Connection Alive

I'm doing a study on WebSocket protocol and trying to implement a simple ECHO service for now w… Read more Keeping The Websocket Connection Alive

Reconnecting A Websocket With A Shared Rxjs Observable

I have an observable like this: const records$ = Rx.DOM.fromWebSocket('ws://192.168.2.4:900… Read more Reconnecting A Websocket With A Shared Rxjs Observable

Close Does Not Seem To Work With Websocket

I have this simple javascript code : window.ws = new WebSocket('ws://127.0.0.1:8000/'); ws… Read more Close Does Not Seem To Work With Websocket

How To Set Cookie Header For Websocket Javascript?

I am trying to open a websocket to a server with kerberos authentication, error during handshake oc… Read more How To Set Cookie Header For Websocket Javascript?

What Is The Problem With Websocket And Self-signed Ssl Certificate

I have a project runs on intranet, so I didn't buy any SSL certificate or domain name. Instead,… Read more What Is The Problem With Websocket And Self-signed Ssl Certificate