I would like to turn attention regarding required improvements to Perchance to prevent the "bottleneck" effect (list of few from many):
- forcing to use javascript + HTML for whole generator makes the code run very slow and sometimes "chooking" (this includes also when using the AI assistant)
Proposed solution: For UI, instead of javascript use: React + DOM (+ optional jQuery)
- The agent doesn't work parallelly (asynchronous) and block the website while it work
Proposed solution: Make the agent work parallelly
- No support for server-side solutions, like: gRPC, Python3. etc.
Proposed solution: Implement sopport for it
I think that including above would improve much Perchance's functionality