Proxying WebSockets with NGINX

preview_player
Показать описание
Learn how to set up NGINX as a reverse proxy for WebSockets or SocketIO app.

------------------
Deploying Node playlist:
Рекомендации по теме
Комментарии
Автор

This is excellent. I've been looking to better understand what is going on with WebSockets and Nginx. This is certainly one of the best explanations available on you tube, most simply say copy this code and paste it into locations.

colbr
Автор

I've spent 2 days trying to find a solution to my error, even chatgpt failed to help.

Thank you so much you video help me a lot 🙏🙏🙏

oranbenavi
Автор

This series need to be spread around, great work

ishanksharma
Автор

So much times you saved me a lot of time. Thank you for socket error handling

smartliga
Автор

Really great video. Love showing the dev tools and different network options (web sockets, XML ajax requests)

khalidelgazzar
Автор

Broooo you're the king, i literally spent an evening trying to host my ws server, and i finally found your video, thank god, you saved me, ilusm bro ❤

kunah
Автор

Thank you for showing how to configure it. This saves me hours of work. :-)

silvesterlangen
Автор

Gread short snippets. Easy to digest. Love it.

thatoyaonebogopa
Автор

I love this video series! Please make more things like this! :D

dawid_dahl
Автор

Спасибо, очень выручили!
Thanks, really useful video!

skob
Автор

Thanks! Simple solution and very well explained

Автор

Life saving video. Thank you very much :)

JustLookA
Автор

Thank you so much, You don't know how I spent the last 7 days in nightmare with that problem, Finally I found you, You deserve more than a subscribe and a like.

P.S: Do you have a Patreon or something like that you must get at least some appreciation.

yassin_eldeeb
Автор

</ THANKS A TON !!! FROM 2021 .. REALLY HELPED ME OUT />

adityakulkarni
Автор

Can you do this with an another Node process, over a different port....Or it needs to be 8080? Is it possible for example to have another location block, where you would proxy pass websocet connection, over maybee 4000?

hillside_coder
Автор

I have set mqtt connections to the same path as my website but with different ports, how would I go about solving that?

JimmiJohnJunnior
Автор

Hi! what if you want websocket to listen in a different socket but keep website on socket 8080?

oszy
Автор

on port 80 io was run but I have CORS issue when ssl is activated? can you help me please!

tfaimummy
Автор

Muchas gracias me ayudaste a configurar mi servidor php para usar con websocket y asi hacer un chat real-time

ericktucto
Автор

What if have ssl and i want to do using wss

RdozeTV