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

Move internal webserver to Core, add WebSocket stuff #11152

Merged
merged 8 commits into from
Jun 8, 2018

Conversation

unknownbrackets
Copy link
Collaborator

@unknownbrackets unknownbrackets commented Jun 7, 2018

Previously the webserver was in RemoteISOScreen, which probably wasn't the best place. Moving it gives a few benefits:

  1. Makes it easier to expose the debugger when not using UI (like libretro, headless, etc.)
  2. Allows it to be used for multiple purposes (e.g. for the debugger.)

The WebSocket stuff is based on RFC 6455. Prep for #10909.

-[Unknown]

@unknownbrackets unknownbrackets added this to the v1.7.0 milestone Jun 7, 2018
@hrydgard hrydgard merged commit d63e044 into hrydgard:master Jun 8, 2018
@unknownbrackets unknownbrackets deleted the debugger-http branch June 8, 2018 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants