Skip to content

Commit

Permalink
Fix WebSocket FAQ entry.
Browse files Browse the repository at this point in the history
Co-authored-by: John Bampton <[email protected]>
  • Loading branch information
SergioBenitez and jbampton committed Mar 4, 2024
1 parent 546c7c7 commit e4152ab
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/guide/13-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,6 @@ bit simpler, and you may find SSE sufficient for your use-case. For instance,
the [chat example] uses SSE to implement a real-time, multiroom chat
application.

That being said, Rocket _does_ suport [Server-Sent Events], which allows for
real-time _unidirectional_ communication from the server to the client. This is
often sufficient for many of the applications that WebSockets are typically used
for. For instance, the [chat example] uses SSE to implement a real-time,
multiroom chat application.

[working on it]: https://github.com/rwf2/Rocket/issues/90
[Server-Sent Events]: @api/v0.5/rocket/response/stream/struct.EventStream.html
[chat example]: @git/v0.5/examples/chat
{{ endfaq() }}
Expand Down

0 comments on commit e4152ab

Please sign in to comment.