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

Cannot Find Module 'socket.io' After Global Install

I try to use socket io so I follow they tutorial in here. I did: var app = require('express… Read more Cannot Find Module 'socket.io' After Global Install

Portscan In Node Doesn't Work If Port Range Is Too Wide

I'm trying to write a simple portscan script in nodejs. You can run this script against scanme.… Read more Portscan In Node Doesn't Work If Port Range Is Too Wide

Uniquely Identifying A User From A Post Request With Node.js

I'm making a browser game that utilizes voice communication, to record audio in the browser I&#… Read more Uniquely Identifying A User From A Post Request With Node.js

Data Transfer Using Sockets. Java & Firefox Extension

I am trying to implement a data transfer between programs in Java (Client) and Firefox extension in… Read more Data Transfer Using Sockets. Java & Firefox Extension

Why Chrome.sockets.tcp.create() Does Not Work In App Background Script?

I am trying to create a tcp socket in the background script of my app. The error is (first line in … Read more Why Chrome.sockets.tcp.create() Does Not Work In App Background Script?

Iterate Over Sockets In Socket.io V1? "...has No Method 'clients'"

Before I was able to write something like this: io.sockets.clients().forEach(function (socket) { … Read more Iterate Over Sockets In Socket.io V1? "...has No Method 'clients'"