Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

websocket server is inefficient #8

Open
jkuszmaul opened this issue Dec 18, 2017 · 0 comments
Open

websocket server is inefficient #8

jkuszmaul opened this issue Dec 18, 2017 · 0 comments

Comments

@jkuszmaul
Copy link
Member

Currently, the websocket server (ui/server.*) seems like it is probably doing too much at runtime.

This is probably mostly a function of sending things back and forth as JSON and the parsing associated with that, but it could be due to the internals of the websocket code.

Also, the build time for the current websocket code is irritatingly long, as it has to build openssl, even though we don't actually use it. Cutting out this dependency would be valuable.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant