codeLive: Real-Time LWC With empApi and WebSockets

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 มี.ค. 2023
  • Learn how to add real-time to LWC through WebSockets, Server-Sent Events, and empApi
    Connect with Salesforce Developers:
    Join the Community:
    Website: developer.salesforce.com/
    LinkedIn: / salesforce-developers
    Twitter: / salesforcedevs
    Facebook: / salesforcedevs
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 9

  • @RealMadridRO
    @RealMadridRO ปีที่แล้ว +2

    Hope that you guys will continue to do this kind of videos, even if there is not so much interaction from users on the live event, or afterwards. These videos are very usefull for those of us that want to learn something new, or that are searching for clarifications on different topic. Thank you very much Julian for your effort and for the video! Keep up the good work!

  • @ikec7941
    @ikec7941 ปีที่แล้ว

    Just rewatching this now, What a great session as always @Julian!

  • @chinchillakleman999
    @chinchillakleman999 ปีที่แล้ว +1

    Thanks for the video! I have a question: What is the use of cases?

    • @alicanteSie
      @alicanteSie ปีที่แล้ว

      Real Time Data on the spot on the second, not like APEX DML and LWC you can't listen to changes on the Server it's like creating a tunnel where you listen to any change to show it right away instead of simulating that using a loop of Requests to Server Apex Requests to Refresh the latest data from Server. You can use it for chat applications , and any other use case that require Real Time Data.
      (That's what i understood it might be slightly false but its the main idea)

  • @shiwalinagre1017
    @shiwalinagre1017 ปีที่แล้ว +2

    if possible can you share the code

  • @maneeshj6916
    @maneeshj6916 ปีที่แล้ว +1

    Starts at 12:16

  • @Sirfelipeto
    @Sirfelipeto ปีที่แล้ว

    Hello Julian, the documentation says that isEmpEnabled returns a promise with a boolean value. In your code, if we change !isEmpEnabled for isEmpEnabled !== true it will evaluate that it is not enabled.

  • @tinuo9
    @tinuo9 ปีที่แล้ว

    When will you add support for the Experience sites ?

  • @gabrielaguilar4005
    @gabrielaguilar4005 ปีที่แล้ว

    please can you share the code? great explanation btw