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 support for Websocket endpoints #2272

Closed
fortuna opened this issue Nov 14, 2024 · 0 comments · Fixed by #2351
Closed

Add support for Websocket endpoints #2272

fortuna opened this issue Nov 14, 2024 · 0 comments · Fixed by #2351
Assignees
Labels
client feature request New feature, we are tracking it

Comments

@fortuna
Copy link
Collaborator

fortuna commented Nov 14, 2024

This tracks the work towards supporting Websocket in the Outline client. For the server-side work, see Jigsaw-Code/outline-ss-server#228.

Done

As you can see, we had to re-write major portions of the code. Most of the PRs below are large or extra-large.

Implement Websocket logic

Implementing new config parsing in Go

Make it practical to add new native methods without changing every platform

Remove explicit dependencies on Shadowsocks from Typescript code

Remove explicit dependencies on Shadowsocks across the stack

Remove explicit dependencies on Shadowsocks from Electron code

Remove explicit dependencies on Shadowsocks from Android and Apple code

Make it possible to change and build the Go code together with the app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client feature request New feature, we are tracking it
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant