Giter VIP home page Giter VIP logo

Comments (5)

ztellman avatar ztellman commented on May 21, 2024

Netty doesn't provide an easy way to respond mid-request, so in order to support this I'm going to get a little low-level. Is this bug blocking you in some way, or is it just something you discovered?

from aleph.

mozinator avatar mozinator commented on May 21, 2024

At the moment it is blocking me a little bit for a web based computer game that I am making.
I can work around it by using port 10000 or some other port for websockets, but with haproxy I have a couple advantages in a production environment.
Having haproxy in front of aleph will allow me to have load balancing / failover over multiple aleph servers.
And using haproxy its possible have all the http from nginx / apache and websockets traffic over port 80 what will improve compatibility with corporate firewalls that only have port 80 open.
Haproxy can also help against abuse.
Adding haproxy support will make aleph websockets production ready :-)

from aleph.

ztellman avatar ztellman commented on May 21, 2024

Okay, I'll take a look at it and see exactly how much of a pain it's going to be to get this to work. My guess is that it won't be much more strange than what I'm already doing to get WebSockets and HTTP to coexist on the same port.

from aleph.

mozinator avatar mozinator commented on May 21, 2024

cool, thanks ! :-)

from aleph.

ztellman avatar ztellman commented on May 21, 2024

I've moved entirely over to Netty's implementation of WebSockets, and I'm not sure if it handles this issue properly or not (or if Haproxy has become more websocket friendly itself). If this is still an issue, you might consider talking to the Netty guys.

from aleph.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.