ocpp-toolkit
ocpp-toolkit copied to clipboard
[REQUEST] Shared Http4kServer for multiple Transports
Hi,
Thanks for the awesome work!
I have a feature request: it would be great if it were possible to share a single Http4kServer instance across multiple transports, instead of requiring a separate server (and port) for each one.
Ideally, I’d also like to be able to add custom routes to this shared server.