Configuring Settings For Our Laravel-Websockets Server

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • In our previous video, we talked about setting up the laravel-websockets package to run our own websocket server.
    This video will focus on the settings you can configure when setting up your websocket server. For those interested in learning how to use this package, watch my previous video which covers the setup and use of this package to get running with Laravel Websockets and Laravel Echo.
    Watch the Previous Video Here: • Self-Host Your Own Web...
    ==== WATCH THE FULL SERIES ====
    Learn Laravel Echo and Laravel Websockets in Detail with my Full (FREE) Course:
    • Mastering Websockets i...
    ==== FOLLOW ME ====
    Subscribe for New Releases! Click the Bell Icon to Be the First to Watch new Videos.
    Subscribe to DevMarketer Insider
    confirmsubscri...
    Twitter - / _jacurtis
    (ask me questions!)
    ==== QUESTIONS? ====
    Leave a comment below and I or someone else can help you.
    For quick questions you may also want to ask me on Twitter, I respond almost immediately.
    Email me hello@jacurtis.com
    Thanks for all your support!

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

  • @juanrincon6576
    @juanrincon6576 5 лет назад +5

    I can't believe what my eyes are seeying !!!!! Welcome BACK!!!!! :D Another great video!

    • @JacurtisTutorials
      @JacurtisTutorials  5 лет назад +3

      It feels good to be back. Thanks for catching the video so quickly!

    • @juanrincon6576
      @juanrincon6576 5 лет назад

      @@JacurtisTutorials Keep making videos and you will be always supported for your community (us)

  • @MuhammadKhalilZarpio
    @MuhammadKhalilZarpio 5 лет назад +2

    Hi @DevMarketer, Thanks for your great tutorials, they really helped me a lot. Can you please create some videos on the following topics, 1) How to deploy websocket laravel app on the server and how to run it on desired port in the background with some logs. 2) How to hit my websocket call directly from iOS/Android device to push data like (lat,lng) and save into database. Thanks.

  • @rrajivnair
    @rrajivnair 4 года назад

    Thank you. Great series, really appreciate all the effort that you have put in to come up with this tutorial.

  • @andiluthor5502
    @andiluthor5502 5 лет назад

    Wow, glad to see you again Alex :)

  • @АхмедовШохрух-г2д
    @АхмедовШохрух-г2д 5 лет назад +6

    Can you deploy it to digitalocean with nginx sll configuration pleaseee

    • @Shaharcutenum6
      @Shaharcutenum6 4 года назад

      Hey friend 👋 How's it going?
      Have you deployed it to digitalocean with nginx configured in ssl?

  • @shanigupta9533
    @shanigupta9533 2 года назад +1

    Any idea how to connect socket with postman 😊

  • @palgonda
    @palgonda 5 лет назад +1

    Hi Alex, I have been stuck on SSL configuration of the package repeatedly get ERR_SSL_VERSION_OR_CIPHER_MISMATCH. It would be greate if you an do another video on SSL configuration and letsencrypt certificates for laravel websockets

  • @skarnvy8109
    @skarnvy8109 5 лет назад +1

    Welcome back boss

  • @spaceman1
    @spaceman1 5 лет назад +1

    Wow u are alive

  • @MehediHasan_04
    @MehediHasan_04 4 года назад +2

    Hi ! How to configure websocket on live server cPanel?

  • @ghazikerkeni7031
    @ghazikerkeni7031 4 года назад

    Hello, can you make a video on how to deploy a project with laravel websokets where you explain how to implement reverse proxy?

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

    How to change websocket:serve port from .env file it's default running on 6001 port? Can you explain is this possible?

  • @badrelshreif1248
    @badrelshreif1248 4 года назад

    i tired not working with https on production server
    failed: WebSocket is closed before the connection is established.
    use ssl certbot

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

    How can I listen to a private channel ?

  • @samiulislam7839
    @samiulislam7839 2 года назад

    Hey boss waiting for new tutorial. Where you're gone.

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

    unable to run laravel websockets on ssl please help

  • @kevinthulin4300
    @kevinthulin4300 4 года назад

    How do I host the websocket server on separate server and not on the same server as the app?

  • @AliRaza-wq6nh
    @AliRaza-wq6nh 4 года назад

    Can we enable client events with this, like if I want to implement typing indicator (Client to client) ?

  • @najdatal-akkad6614
    @najdatal-akkad6614 5 лет назад

    Is this tutorial useful for a customer support real time chat?

  • @tkd5041
    @tkd5041 4 года назад

    I am getting this error: WebSocket is closed before the connection is established

  • @cpdrenato
    @cpdrenato 4 года назад

    Valeu demais. Obrigado!

  • @mostafaelzoghbi9663
    @mostafaelzoghbi9663 4 года назад

    my Websocket app works fine on localhost but when i push it into live server it not working but my server is sharedhost i do u think it will work on vps !!

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

      It doesn't work with shared hosting you need to install supervisord on your server and you can't install things on shared hosting

  • @elmarzougui
    @elmarzougui 2 года назад

    What happen to this man he left RUclips ??

  • @gamehacker2011
    @gamehacker2011 7 месяцев назад

    qw

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

    How Can I use Socket Io in Laravel Twilio Chat Web API and Angular Chat App ....

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

    how can i use laravel websocket in production? y localhost its works but in may server dont works

  • @zeusgolohor8409
    @zeusgolohor8409 4 года назад +1

    Pls I have tried different laravel versions on my windows 10. Does laravel websocket work on Windows 10. Thanks

    • @JacobWard1995
      @JacobWard1995 4 года назад +1

      Yes, I have it working on Windows 10 on my side probably should re-watch the first video for setup instructions.

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

    tanks

  • @soplamelavela5285
    @soplamelavela5285 2 года назад

    Excellent tutorial, and thanks to this I was able to implement locally, now my question is how to obtain the Let's Encrypt SSL certificate for production, any help is appreciated.

  • @muzammilrafay4348
    @muzammilrafay4348 5 лет назад

    great tutorials series for broadcasting in laravel thanks man :-) hey can you make tutorials on progressive web app with laravel and vue ?? Thanks!

  • @mamahpatrick6667
    @mamahpatrick6667 4 года назад

    Great video but i have a problem, I have succesfully broadcasted my event but i would like to use the broadcast information on my frontend of Angular, packages like angular laravel echo are not helping, can you point me to right directions

  • @JacobWard1995
    @JacobWard1995 4 года назад

    Attempted to added in the auth middleware by just removing the other two and adding in 'auth', but after I login and try to go to /laravel-websockets it just takes me back to home page.

  • @danishtahir85
    @danishtahir85 4 года назад

    thanks for adding so much value !!! You deserve a million subscriber

  • @ynspc
    @ynspc 5 лет назад

    Can we host in shared hosting with this setting ? Or do we need a vps only? While hosting in a shared hosting got cors issue regarding "sockjs.pusher.com".

  • @shekhsaifuddin1353
    @shekhsaifuddin1353 5 лет назад

    I'm started to see your "how to build a blog with laravel" and now i'm able to build a blog site.. thnx buddy, and thank u for comeback.....💙💙

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

    nice bro, thank you!!

  • @zohraaslam3137
    @zohraaslam3137 4 года назад

    I'm getting 404 error 😔

  • @Del1010
    @Del1010 5 лет назад

    lool You are alive :ooo

  • @ashrafsaleh8654
    @ashrafsaleh8654 5 лет назад

    great greate

  • @tecocode6070
    @tecocode6070 5 лет назад

    Hi Alex. thanks for sharing your knowledges. I have a question is there anyway to have a chat but the server on a domain and the clients in other servers and domains? thanks

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

      hi, did you have any idea on how to solve your question. does it possible to do that?

  • @trantanchung9837
    @trantanchung9837 5 лет назад

    I'm in seventh heaven to see you again