Making Server side APP with database (Pyhton, PyQt, Items storage app)

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

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

  • @alwaysgood3913
    @alwaysgood3913 3 ปีที่แล้ว

    I ask out of curiosity, is there any way the client/user can see the updates without having to reconnect to the server each time?

    • @Alex-pi2ie
      @Alex-pi2ie  3 ปีที่แล้ว +1

      Sure, there is a multiple ways you can achieve that. You can implement it for example if something has changed on an admin side the data will be populated to the end user via request from the admin. Another way, you can get the data every minute, seconds from the server by sending requests to it. This is just a simple representation and a main idea behind this project is to show how to make a request from client to an admin side. You can make a decision by yourself and improve it the way you want.

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

      @@Alex-pi2ie Cool thanks for sharing!