socketioxide
socketioxide copied to clipboard
Add poem framework support
Poem has a feature to support tower layer and services. Therefore it should be possible to add socketioxide to any poem application.
If no additional development is needed, we could just add an example with poem.
Some additional development is needed because the poem layer / service adapter only work with poem custom Request Response type
Currently Poem does not support layers and services with a http Request bound.
https://github.com/poem-web/poem/issues/536 https://github.com/poem-web/poem/issues/387