Create WS server with Node.js, typescript, socket.io and express

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ •

  • @landmaze
    @landmaze 2 роки тому

    I'm glad that I found you. Thank you for sharing your experience

  • @kjvisual7
    @kjvisual7 Рік тому +1

    I didn't know birds stretched their legs. Made me smile.

  • @sudsierspace9010
    @sudsierspace9010 Рік тому

    I love the bird lol, very good explained tutorial

  • @RayanMADAO
    @RayanMADAO Рік тому +2

    why do we need http with express? cant you just do app.listen and itll create the server?

  • @stevereid636
    @stevereid636 2 роки тому

    How are you able to import cors? I went back and checked the video and I didn't see you install it!?! 🤷🏾‍♂

    • @codeandbird
      @codeandbird  2 роки тому

      Heya, I honestly don't remember, maybe I installed them when I prepared the video and forgot to show it, or it was installed as a dependency of other npm library such as express :D

  • @gnanadesigan8445
    @gnanadesigan8445 2 роки тому

    Thanks for your tutorial on webrtc. Is it possible to create normal chat flow?

  • @alrazy12
    @alrazy12 2 роки тому

    nice bird :)

  • @JohnBiddulph
    @JohnBiddulph Рік тому

    lol 2 minutes bird at the end of this coding session🐦

  • @harendrapratapsingh8210
    @harendrapratapsingh8210 9 місяців тому

    1] [nodemon] starting `node .`
    [1] Listening on port 8336
    [1] Connected Clients Set(0) {}
    [1] Connected Socket o7LqT0mXxb5dyhAEAAAC
    [1] user is connected
    [1] Connected Clients Set(1) { 'o7LqT0mXxb5dyhAEAAAC' }
    [1] Connected Socket 69dHNRhkeNeWILrLAAAD
    [1] user is connected
    When I am opening the localhost:3000, I see "user is connected" is getting printed twice even if only one client window is open