-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
In some cases I have wanted my application to support multiple protocols
eg: CoAP and MQTT plain TCP etc
It would be great is I could easily add a plugin that supported proxying of the protocols
either into the existing thruster instance, or into a separate instance for each protocol
This way the applications when upgrades to rails 8 can take advantage of the existing rails standard configuration and infrastructure
right now I am forking thruster - removing http(s) and adding my own protocols, and running a separate instance
ie: truster , thruster-coap, thruster-mqtt
This would make deploying in more complex environments easier and remove the need to add additional proxies such as traffic, nginx etc
Metadata
Metadata
Assignees
Labels
No labels