-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Description:
Currently the app only works with one server type or backend configuration. It would be helpful if the app could support multiple server types (e.g., REST, gRPC, WebSocket, custom RPC) so that users can choose the server or protocol best suited to their needs.
Proposed Enhancement:
Add support for defining multiple server types in configuration or settings. Ideally the app should allow:
Selecting server type (REST, gRPC, WebSocket, etc.)
Providing server-specific connection details (host, port, credentials)
Switching between server types without code changes
Benefits:
Increases flexibility for different deployments
Eases testing across different environments
Future-proofs the app for new protocols
Environment:
App version: (if relevant)
Platform: (if relevant)