8000 Deprecate TCP Protocol, Switch Client to WebSockets · Issue #3537 · Cockatrice/Cockatrice · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Deprecate TCP Protocol, Switch Client to WebSockets #3537
Open
@basicer

Description

@basicer

Right now the server supports two protocols for incoming connections WebSockets and regular TCP connections. Switching the default to be Websockets has many advantages:

  • You could host the server for free on platforms like Heroku
  • You could put cloudflare or another WAF in front of the server if you are having DDOS/Spam issues.
  • We get encryption for more or less free via HTTPS, which is great as we currently send passwords in more or less plain text.
  • Users in locked down networks that force all traffic though a transparent proxy have a better chance of working.
  • Users that are required to use non SOCKS proxy servers will be better supported

See TODO checklist and progress here: #3537 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Help WantedTickets we'd like to get resolved but which need a dedicated developer to work on end to endMedium PriorityTickets that should be addressed at some pointRoadmapLong term goals of the project; high level vision and proposals

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0