Setup local dev websocket server #1513
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description and Context
This does the initial setup work for the
LocalDevWebsocketServerand adds project upload functionality as an example of how it will work. It's still a work in progress, so leaving it commented out for now.Screenshots
https://hubspot.slack.com/archives/C076QV345ME/p1747160870258469
TODO
The rest of the
LocalDevWebsocketServerwork will be added in follow up PRs. The next step is probably to updateLocalDevStateto be immutable, and to establish a pattern forLocalDevProcessand the dev servers to interact with the server.Testing
If you want, you can test this out using Postman or Insomnia or something similar.
unifiedFlow.tshs project devhs project devwith--debugand looking at the logs, or by hitting the port manager serverlocalhost:8000/serversWho to Notify
@brandenrodgers @kemmerle @joe-yeager