go-coap icon indicating copy to clipboard operation
go-coap copied to clipboard

Dynamically register routes

Open beriberikix opened this issue 5 years ago • 1 comments

I'd like to start a discussion about supporting the ability to dynamically register routes. This is a common use case for an API server where routing information may kept in an external store (like a DB) and another application is adding and removing routes without having to restart the API server. We have a current prototype in a private fork (designed by @andrewhoff) that does with a modified mux and custom routing table logic. Would there be interest in adding support for something like this in go-coap?

beriberikix avatar Oct 24 '20 19:10 beriberikix

Sure. This could be very helpful 👍

jkralik avatar Oct 26 '20 07:10 jkralik

Closing for not respond

jkralik avatar Oct 15 '22 15:10 jkralik