How to deploy a Websocket Server

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

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

  • @KarthikeyaSrishty
    @KarthikeyaSrishty Месяц назад

    Thankyou sooo much Anand Bhai , hanging in this problem from quite a long time , deployed sucessfully now!
    just subscribed and want more videos on aws.

    • @spiritanand
      @spiritanand  Месяц назад +1

      Thanks. What are you looking for more on AWS? Panning some S3 content.

  • @luffy84002
    @luffy84002 5 месяцев назад

    well explained

  • @saurabh9446
    @saurabh9446 6 месяцев назад

    Can you also talk about how codedamn does it? Spinning up terminal for every playground, git clone that shows up in the frontend, etc. Example code would be great too

    • @spiritanand
      @spiritanand  6 месяцев назад

      I am not sure how they do it. It probably has something to do with spinning up multiple docker containers and orchestrating them using K8s.
      Check out how I did it (naive approach, i.e. a single docker instance being shared) - github.com/spiritanand/khela
      and a repo that does something similar to what you want - github.com/DkDeepak001/codedamn-project

  • @RiteshBag-os4lx
    @RiteshBag-os4lx 6 месяцев назад

    GOAT

  • @saurabh9446
    @saurabh9446 6 месяцев назад

    31:30 there was no need to change it right? Since we're already in /home/api

    • @spiritanand
      @spiritanand  6 месяцев назад

      yes you are right - docs.docker.com/reference/dockerfile/#copy
      WORKDIR is the root by default, but since I used absolute path "/"home/api it resulted in the same destination