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

💡Release cloudflared as shared library. #1402

Open
bobaoapae opened this issue Jan 30, 2025 · 0 comments
Open

💡Release cloudflared as shared library. #1402

bobaoapae opened this issue Jan 30, 2025 · 0 comments
Labels
Priority: Normal Minor issue impacting one or more users Type: Feature Request A big idea that would be split into smaller pieces

Comments

@bobaoapae
Copy link

When adding cloudflared in applications to proxy tcp traffic, currently it's needed to build logic inside the application to spawn the cloudflared binarie in order to get the connection to work. This add a layer of complexity in monitoring the child process lifecicle and increase the resource usage on the machine in some cases too.

Would be awesome if cloudflared could be released as a library with public api available to be consumed by anyone importing the library.

Examples:
build app for IOS/Android (Like a game) and use raw tcp via cloudflared instead of need to use websocket just to proxy via cloudflared public end point.
manage multiple sockets connection in desktop applications without need of a buch of child proccess.

Related others issues:

#986
#605
#196

@bobaoapae bobaoapae added Priority: Normal Minor issue impacting one or more users Type: Feature Request A big idea that would be split into smaller pieces labels Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Normal Minor issue impacting one or more users Type: Feature Request A big idea that would be split into smaller pieces
Projects
None yet
Development

No branches or pull requests

1 participant