Replies: 1 comment
-
Hello @dewenni ! FYI, I am also a heavy contributor of Psychic (actually one of its collaborator). I've worked on the middleware support and some API refinement in the v2. You can join our Discord here: https://discord.gg/TAQrTR3f9C Here are some key differences that for me can be the reason why to choose one or the other.
So based on that, here are my advices:
|
Beta Was this translation helpful? Give feedback.
-
Since I can imagine that there are several users with this question, I would like to ask it here.
I am currently using what is probably the best maintained version of the EspAsync web server from @mathieucarbou.
In my project I have used SSE so far and have currently switched to Websockets due to stability problems.
This seems to work more stable so far. Nevertheless, I am wondering whether I should make further adjustments to achieve the most stable solution possible.
I am also asking myself whether I should continue to use EspAsyncWebserver+AsyncTCP or perhaps this alternative here.
Nobody can probably give me a clear answer to this question, but I'm finding it difficult to make a technical evaluation.
Therefore my question:
In my personal use case, I need a web server whose content is loaded from the PROGMEM.
I think this is generally not a challenge. After connecting a client, however, larger JSON packets have to be sent to the client (4kB + 2kB + 2kB) and then event-triggered possibly many small messages at intervals of approx. 20ms. Several clients can also be connected (max. 2-3). Besides that I need OTA and File Up and Download.
Beta Was this translation helpful? Give feedback.
All reactions