Skip to content

Commit

Permalink
docs: fix comparisons description
Browse files Browse the repository at this point in the history
  • Loading branch information
unnoq committed Jan 3, 2025
1 parent e7d7758 commit 3b1cf14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,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 | πŸ›‘ | βœ… | πŸ›‘ | React/Next.js Actions compatibility. |
| Nest.js integration | πŸ›‘ | 🟑 | βœ… | React/Next.js Actions compatibility. |
| WebSockets/SSE Support | πŸ›‘ | βœ… | πŸ›‘ | WebSockets/SSE support. |
| Nest.js integration | πŸ›‘ | 🟑 | βœ… | Integration with Nest.js. |

## References

Expand Down
4 changes: 2 additions & 2 deletions apps/content/content/docs/comparisons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ 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 | πŸ›‘ | βœ… | πŸ›‘ | React/Next.js Actions compatibility. |
| Nest.js integration | πŸ›‘ | 🟑 | βœ… | React/Next.js Actions compatibility. |
| WebSockets/SSE Support | πŸ›‘ | βœ… | πŸ›‘ | WebSockets/SSE support. |
| Nest.js integration | πŸ›‘ | 🟑 | βœ… | Integration with Nest.js. |

0 comments on commit 3b1cf14

Please sign in to comment.