Show HN: REST API and RPC – But the good parts
1 HusseinKizz 0 5/26/2025, 5:40:20 AM github.com ↗
The "REST-RPC" architecture implemented here is a service-oriented approach that organizes APIs around services rather than resources. Each service exposes multiple actions through a standardized interface, combining the discoverability of REST with the explicit operation naming of RPC.
No comments yet