|
Hello, This may be due to my lack of understanding of how WebSockets work, but I thought it wouldn't hurt to ask: why does one need TemplatedApp methods outside of In other words, if you're relying on HTTP method handlers, doesn't that imply that you're not using WebSockets? Please let me know if my understanding is correct. Thanks in advance :) |
Replies: 2 comments
|
Bump I don't mean to come off as facetious; I just want to verify my understanding of websockets with how this library should work 👍 |
|
The answer was in the first sentence of the README that I glossed over:
With that context in mind, I understand now. |
The answer was in the first sentence of the README that I glossed over:
With that context in mind, I understand now.