Running a Websocket Server on a Forge Server

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024

Комментарии • 22

  • @bobbyiliev_
    @bobbyiliev_ 3 года назад +3

    The video quality is top-notch and the explanation is amazing as always 🙌

    • @themsaid
      @themsaid 3 года назад

      Glad you like it :)

  • @decipher824
    @decipher824 3 года назад +1

    I don't know it's a coincidence or not, now I am working beyond code websocket, worry about deployment on forge. Thanks Mohamed. It's means to me.

  • @andyhinkle
    @andyhinkle 3 года назад +2

    Nice new camera Mohamed! Awesome tutorial!

    • @themsaid
      @themsaid 3 года назад

      Thanks. Glad you like it :)

  • @rikless
    @rikless 3 года назад +1

    What if we use forge and load balancer ?

  • @ShibajiDebnath
    @ShibajiDebnath 3 года назад +1

    I was find this tutorial. For my project development. Many many Thank you. But have one more question how can server configuration with Apache server. If have any tutorial for Apache server configuration it will be better for me. And this tutorial is awesome..

    • @themsaid
      @themsaid 3 года назад

      I have no experience with Apache I'm afraid :)

    • @herohat
      @herohat 3 года назад

      You don't need edit Nginx, it can work without that, check the documentation on the website of the package.

    • @digitzero3613
      @digitzero3613 Год назад

      I am facing the same problem you might have solved by now. I don't know how to make it work with Apache. I don't really want to migrate to nginx just for the websocket.

  • @deathmaxxx
    @deathmaxxx Год назад

    Thank you soooo much!

  • @codewithsub5083
    @codewithsub5083 Год назад

    Awesome ❤

  • @LuisPerez-cb4rp
    @LuisPerez-cb4rp Год назад

    Amazing video, once you have this set up, how do you test this locally ? are the env variables you can set to ignore the TLS ? thank you

  • @herohat
    @herohat 3 года назад

    I did this set-up a few days ago, although I am using Forge, I forgot run the demon by Forge panel and I did this with Supervisor directly by SSH 🙁
    I didn't any change on Nginx, It works for me without that, but I would like know the difference and if this serve can works for push notifications on mobile without any external service. I tested it with Local Notifications on mobile and worked fine.

  • @abdelkadermh
    @abdelkadermh 3 года назад +1

    Good quality

    • @themsaid
      @themsaid 3 года назад +1

      Happy you liked it :)

  • @debjit21
    @debjit21 3 года назад

    Hello, thank you for your information. Is it the same if I use this tutorial to configure a normal VPS?

  • @Mrxr00t
    @Mrxr00t 3 года назад

    Great video. If we are behind LB, the inginx part will be handled in the LB ?

  • @manuelsamudio1468
    @manuelsamudio1468 3 года назад +1

    Crispy af

    • @themsaid
      @themsaid 3 года назад

      Glad you liked it :)

  • @MauriceKuria
    @MauriceKuria 3 года назад

    Really good Mohamed. Thanks for this. Just one question. So if I was to host Laravel web-socket on it's own to serve several applications on different domains, what parts of configs either on laravel/nginx/front-end do I need to change?

    • @themsaid
      @themsaid 3 года назад

      You'd proxy all requests to the websocket server running on the machine and expose it via a subdomain for example.