Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add poem framework support #103

Open
Totodore opened this issue Oct 13, 2023 · 2 comments
Open

Add poem framework support #103

Totodore opened this issue Oct 13, 2023 · 2 comments
Labels
A-examples Area related to examples E-Easy Call for participation: Experience needed to fix: Easy / not much P-Low Low priority S-Blocked Status: marked as blocked ❌ on something else such as a PR or other implementation work. T-Docs Topic: documentation

Comments

@Totodore
Copy link
Owner

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.

@Totodore
Copy link
Owner Author

Some additional development is needed because the poem layer / service adapter only work with poem custom Request Response type

@Totodore Totodore added this to Roadmap Nov 4, 2023
@Totodore Totodore moved this to stuck in Roadmap Nov 4, 2023
@Totodore Totodore removed the status in Roadmap Nov 4, 2023
@Totodore Totodore moved this to stuck in Roadmap Nov 4, 2023
@Totodore
Copy link
Owner Author

Totodore commented Nov 4, 2023

Currently Poem does not support layers and services with a http Request bound.

poem-web/poem#536
poem-web/poem#387

@Totodore Totodore added S-Blocked Status: marked as blocked ❌ on something else such as a PR or other implementation work. P-Low Low priority E-Easy Call for participation: Experience needed to fix: Easy / not much A-examples Area related to examples T-Docs Topic: documentation and removed blocked labels Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-examples Area related to examples E-Easy Call for participation: Experience needed to fix: Easy / not much P-Low Low priority S-Blocked Status: marked as blocked ❌ on something else such as a PR or other implementation work. T-Docs Topic: documentation
Projects
Status: Blocked
Development

No branches or pull requests

1 participant