Skip to content

[NET_HANDLER] Accept WebSocket connections in addition to normal TCP sockets #240

@levincent06

Description

@levincent06

Dawn will be implementing a browser-based application, which will communicate with WebSockets instead of TCP sockets. We need to support browser-Dawn in addition to desktop app Dawn.

Here is an explanation for the difference between WebSockets and normal sockets: https://stackoverflow.com/q/4973622 (tl;dr WebSockets are built on top of TCP sockets)
Here is a small library that we can use: https://theldus.github.io/wsServer/

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions