Skip to content

Commit

Permalink
docs: sse support
Browse files Browse the repository at this point in the history
  • Loading branch information
unnoq committed Feb 16, 2025
1 parent 6affcc9 commit d74cac4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ This comparison table helps you understand how oRPC differs from other popular T
| File Operations | βœ… | 🟑 | 🟑 | Built-in support for file uploads/downloads. |
| OpenAPI Support | βœ… | 🟑 | 🟑 | Generation and consumption of OpenAPI specs. |
| Server Actions Support | βœ… | βœ… | πŸ›‘ | React/Next.js Actions compatibility. |
| WebSockets/SSE Support | πŸ›‘ | βœ… | πŸ›‘ | WebSockets/SSE support. |
| Server-Sent Event (SSE) | βœ… | βœ… | πŸ›‘ | Server-Sent Event (SSE) support. |
| WebSockets | πŸ›‘ | βœ… | πŸ›‘ | WebSockets support. |
| Nest.js integration | πŸ›‘ | 🟑 | βœ… | Integration with Nest.js. |

## References
Expand Down
3 changes: 2 additions & 1 deletion apps/content/content/docs/comparisons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ This comparison table helps you understand how oRPC differs from other popular T
| File Operations | βœ… | 🟑 | 🟑 | Built-in support for file uploads/downloads. |
| OpenAPI Support | βœ… | 🟑 | 🟑 | Generation and consumption of OpenAPI specs. |
| Server Actions Support | βœ… | βœ… | πŸ›‘ | React/Next.js Actions compatibility. |
| WebSockets/SSE Support | πŸ›‘ | βœ… | πŸ›‘ | WebSockets/SSE support. |
| Server-Sent Event (SSE) | βœ… | βœ… | πŸ›‘ | Server-Sent Event (SSE) support. |
| WebSockets | πŸ›‘ | βœ… | πŸ›‘ | WebSockets support. |
| Nest.js integration | πŸ›‘ | 🟑 | βœ… | Integration with Nest.js. |

0 comments on commit d74cac4

Please sign in to comment.