Dear Perchance Dev ,

I would kindly like to make a request for a new plugin, “Live User.” Traditionally this required a web socket server. I have personally set it up via Glitch with Express to create a WebSocket and then use it.

But I think if you create this as a plugin it would be easier for other people to implement them without so many hassles.

The essential things I personally think would be good are;

  • It would be good if it returned a numeric value, so potentially math can be done if needed.
  • Another feature could be to display combined user count from different generators. However, whether this is strictly required, is a decision I am leaving upto you.

Also, now that I think about it, maybe the comment’s section too could display how many users are using it at the moment. 😮

  • wthit56@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    A cool idea…

    Could you maybe expand it to store how many are online depending on the perchance generator path? Then you could create this plugin for us to all use!

    I would assume basically you’re asking for @perchance to do exactly what you’ve (mostly) done already. But could it be easier for you to just adjust things to work for any generator? (I haven’t used Glitch so I just don’t have a clue.)

    • Cocell@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      Heh, I could do that. In fact, that is what I actually thought I should do. But then, it would be more reliable to have the server based on Perchance itself, as Glitch tends to put projects to sleep that are inactive. And Glitch could also shut down any time, not that it is likely to happen.

      And another thing is, so many people would then rely on my Glitch WebSocket, I think there are restrictions to how many requests can be sent to a Glitch App per hour.

      A free Glitch account is only allowed 1000 hours in a month, though a month is around 744 hours.

      And I don’t want to bear liability for so many users as well.