The websockets tag has no wiki summary.
-1
votes
1answer
28 views
socket.io (websockets, node.js) won't connect using external ip [closed]
I am running a node.js / socket.io http server on localhost:3000 . It works as expected. But if I attempt to access it via my external ip address(from the same pc and using opera) I get the page, but ...
-1
votes
0answers
12 views
How can install mod_proxy_websocket in my Apache?
How can i install this module in my Apache Web Server?
https://github.com/kawasima/mod_proxy_websocket
There is not instruction to do that and there aren't results in Google about this issue.
I ...
0
votes
0answers
22 views
Can't access socket.io [migrated]
this might be a bit of a silly question but it's something that i've been struggling to find the answer to and for some reason it doesn't seem to be evident from the tutorials and websites i have been ...
-2
votes
0answers
19 views
Chat rooms on Tornado [closed]
I'm newbie in tornado and WebSockets. I've written a chat on Tornado but I want to make a feature, to make rooms without using DB, I tried to use cookies to separate Listeners but i always get errors, ...
0
votes
1answer
94 views
Load balance https and websockets wth sticky sessions and NGINX
I'm using NGINX to do sticky session load balancing in front of a node.js app that will support http, ssl, and websockets. If I want the load balancer to simply forward requests to the node.js server ...
0
votes
1answer
55 views
How to debug Node + Socket.io CPU Issues
We are running a Node Socket.io server with Express 3. The server is monitored using Forever. The service is running well, but the CPU grows throughout the day, until it reaches 90%+ and then suddenly ...
0
votes
1answer
63 views
How to determine which direction to scale a web application
I am currently developing a web application and am trying to figure out the best way to host it. I've looked around, used dozens of different phrasings, read hundreds of posts and comments. but none ...
1
vote
1answer
199 views
NGINX 1.3.14 proxy Websockets
Websocket support is built in to Nginx as of 1.3.13, so I should have it.
Can someone please provide me the simplest example of a config that will allow my nginx (on Centos 6) proxy to accept an HTTP ...
0
votes
1answer
113 views
http connect tunnel to proxy in front of a websockets server?
I am having a hard time with this one. We have a websocket server listening on port 80 at myserver.com/wsDemo?ID=12. We need to test a client program by connecting it to this server through a proxy. ...
0
votes
0answers
43 views
Simple quick and dirty websocket proxy? [closed]
Can someone point me to a quick and easy setup for a websocket proxy? I simply need a centos box to sit in between the endpoint server and the client and proxy websocket communications both ways.
1
vote
1answer
165 views
Nginx not proxying websockets properly
Using the development version of nginx (1.3.12). In my relevant file under sites-enabled:
upstream twisted {
server 127.0.0.1:8088;
}
server {
listen 80; ## listen for ipv4
...
4
votes
2answers
1k views
Proxying websocket traffic from nginx 1.3.13 to socket.io (without SSL)
As of 2 days ago, nginx started to support websocket connections, therefore i was trying to get my nginx-nodejs-socket.io application to work without harproxy ect (not much luck though).
What i want ...
0
votes
0answers
31 views
How to serve PHP, Rails and Node.js with socket io in the same machine
I have been using apache to serve PHP, then added passanger and was able to server Rails applications, then used http_proxy to serve node.js applications. But just recently one of the node.js ...
0
votes
1answer
87 views
Websockets and Firewall
I asked this question on Stack Overflow first, but then I thought Server Fault could be a better place to post it.
I have two WebSocket servers both running on different ports than 80 and 443. ...
0
votes
1answer
167 views
Websockets not working (ssl acceleration?)
Testing a socket.io application in the PROD environment for the first time, we found that while the xhr-polling transport (Ajax long polling) works, the websocket transport does not.
Looking at the ...
-2
votes
1answer
138 views
Unable to do telnet on websocket server
My websocket server is running on port 9000 on an ec2 instance.
It's working perfectly when accessed through a browser.
But I am unable to do telnet to it.
I did telnet ec2.x.y.z.com 9000 and the ...
0
votes
1answer
67 views
Web socket regular disconnections on OS X
We have a SPA that runs SockJs both client and server (NodeJs) side. For Windows workstations we have no problems maintaining web socket connections to servers deployed in Windows Azure. But for some ...
0
votes
1answer
308 views
socket.io session ends with HAproxy
i'm still with dealing with the configuration of HAproxy to make it work with socket.io.
my last question was this: HAProxy is caching the forwarding? and i got it working, but for some reason, after ...
1
vote
1answer
99 views
HAProxy is caching the forwarding?
i'm trying to set up a server structure for an application i'm building in Node.js with socket.io.
My setup is:
HAProxy frontend forward to
-> apache2 as default backend (or nginx, is ...
0
votes
0answers
98 views
I need apache to proxy websocket messages to Thin
I am developing a Rails application that make use of websockets. In my development environment everything was working and all browsers were able to handle data pushed from my Thin Rails server.
...
2
votes
2answers
165 views
Redirect websockets to port?
So, I've got a WebSocket server in C++, that is a completely stand-alone entity - handles header parsing, receiving, sending, all of it on its own, listening directly to the port.
Problem is, it ...
3
votes
1answer
85 views
Appears to be “randomly” switching between the acl matched backend and the default backend
I have HAProxy acting as a proxy in front of:
An NGinx instance
An in-house load balancer in front of multiple dynamic services exposed with socket.io (websockets)
My problem is that from time to ...
2
votes
1answer
149 views
Dealing with upgrade of libevent on Amazon AWS
I am building an application (in Python) on Amazon EC2 that has a following dependency chain:
gevent-websocket ---> gevent ---> libevent
The last one (libevent) got upgraded on Sunday and ...
0
votes
2answers
309 views
Node.js, Nginx and Varnish with WebSockets
I'm in the process of architecting the backend of a new Node.js web app that i'd like to be pretty scalable, but not overkill. In all of my previous Node.js deployments, I have used Nginx to serve ...
2
votes
1answer
305 views
Does Microsoft TMG 2010 handle websockets, at least through SSL?
I thought in my own insanity that if I published an IIS 8 web server with websockets through HTTPS there shouldn't be a problem even with the TMG.
However, regardless of publishing, filtering and ...
1
vote
3answers
114 views
Granting PHP permission to send/receive requests
I've written a PHP websockets server based on this library: https://github.com/Flynsarmy/PHPWebSocket-Chat
This library operates as a server, and handles all incoming requests. The client can ...
1
vote
2answers
1k views
Setting up PHP Websockets
I've written a game using PHP web sockets that runs well on my local development server. I'm now attempting to run the web socket server on a non-local server, but my client JavaScript isn't able to ...
2
votes
3answers
6k views
Why is my RapidSSL Certificate chain is not trusted on ubuntu?
I have a website that works perfectly with Chrome & other browser but i get some errors with PHP in CLI mode so i'm investigating it, running this:
openssl s_client -showcerts -verify 32 -connect ...
5
votes
3answers
5k views
Linux web servers that support websockets?
I'm currently having a lots of difficulties trying to play with socket.io which needs websockets support from the server (reverse-proxying).
I was wondering, is there any other web servers out there ...
1
vote
1answer
710 views
Which permission is needed to open a TCP server socket on Linux?
I want to start a websocket server, but can't connect to it from other machines. Only when I start the websocket server with root permissions it works. So this seems to be an permission Problem.
...
1
vote
1answer
375 views
Nginx + SSL + Rails + Juggernaut (Node.js) + Engineyard
I have two different applications on the same server. One of them is running on the 80 port (mydomain.com), another on the port 443 (sub.mydomain.com) and has wildcard certificate.
The first ...
2
votes
2answers
441 views
Options for real-time web notifications and updates using Comet/XMPP vs WebSocket technologies on a Microsoft stack?
I am scoping out the architectural options for a project that will render live updates (like Facebook) of user activities - logins, photos, etc. Two main UI components of this are an auto-updating ...
3
votes
1answer
572 views
Is it worth running Nginx for static files of my Node.js app?
I'm currently writing a web app in Node.js and will soon be setting up my Linux server to make it live. I'm curious, is it worth running Nginx for my Node app's static files? Is it running Nginx to ...
1
vote
1answer
1k views
Set up websocket server on Amazon Linux AMI using Node.js
I have been having issues for a few days trying to set up a simple websocket server on an Amazon EC2 instance. I am using a micro instance of Linux. After booting up for the first time, I updated all ...
0
votes
0answers
185 views
How do you scale PUSH server on multiple machines?
I am thinking about setting up multiple servers under a load balancer that will use PUSH with websockets. I will be using SSL, so for that reason I don't think I can use sticky sessions. So is there a ...
0
votes
1answer
460 views
supporting web sockets with ZXTM load balancer (zeus / stingray traffic manager)
I have been scouring the internet for information regarding setting up ZXTM to properly load balance web socket connections. ( and also generic information for this task would be handy )
It seems ...
3
votes
3answers
1k views
Is there any javascript ssh client?
I mean pure javascript client that uses HTML5 sockets and doesn't need to be installed, just open single js file in browser. Is it possible to write such client at all?
0
votes
1answer
384 views
Websocket on dreamhost shared hosting
I would like to build a small webapp with some i/o communication with the server via ajax.
Since I'm on a dreamhost shared server I already know that I cannot use node.js to build my app. But now, ...
2
votes
1answer
273 views
Traffic filtering for websockets
We have a websocket server that accepts connections. Unfortunately, for a reason that we have yet to identify some clients go rogue and connect/disconnect/connect... in loop at a very high frequency. ...
1
vote
1answer
609 views
haproxy domain routing
I am trying to set up haproxy to route to backends depending on the the subdomain that was used in the http request. Eg I have a regular web server running on port 8000 and an application server ...
16
votes
3answers
11k views
Configuring Apache2 to proxy WebSocket?
The WebSocket protocol is an extension of the HTTP protocol. However, the proxy module of Apache2 does not seem to know about it, and throws away crucial headers, converting the call to a standard ...
5
votes
5answers
593 views
Websockets Server with Fault-Tolerance and Durable Message Store
I am starting to experiment with websockets.
Does anyone know of a websockets server (open source or paid) that provides a durable store of the websocket "channel"? All of the examples that I have ...
0
votes
2answers
311 views
Are there any ready to use open source websocket server implementation?
Are there some open source websocket server implementations, especially ready for production? (Are there Erlang based out there?)
3
votes
1answer
1k views
Haproxy load balancing with HTTP Headers
We're using HAProxy to load balance our websocket and comet application. There is one HAProxy and 3 applications running in the back.
We use HTTP Basic Auth (and we will use other types of auth in ...
3
votes
2answers
1k views
Nginx, HAproxy, Unicorn, Rails and Node settings
Our application is currently only a "regular" web app, with no fancy things like streaming HTTP or websockets. It's mostly a Rails app, served by a few (20 on 2 machines) Unicorn workers, proxied by a ...

