cloud-server icon indicating copy to clipboard operation
cloud-server copied to clipboard

Ephemeral cloud data server for Scratch 3.

Results 14 cloud-server issues
Sort by recently updated
recently updated
newest added

The goal is to make it so when people ask how to run their own cloud variable server, we have exactly one place for them to visit. - Added option...

The current JSON protocol is very inefficient considering that the variable values being passed should only be numbers. We may be able to reduce bandwidth usage (primary from the server...

This could be done by having the janitor write the room's variables to a file or a more proper database when a room is removed.

enhancement

Can you add a feature to make GET requests to turbowarp clouddata just like the Scratch clouddata? https://clouddata.turbowarp.org/logs?projectid=612229554 ^ says can't do GET request #26 why won't fix?

cloud-server currently has a lot of unit tests but it doesn't have a test that actually starts the server, connects clients, and actually passes messages around.

I think it would be nice to have a way to make a allow list. The way I see this working is the server would block a username if its...

I wish the feature of recording and replaying the cloud with the option to loop as well as an addon that does that on the editor (before replaying cloud variables...

Bumps [ws](https://github.com/websockets/ws) and [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws). These dependencies needed to be updated together. Updates `ws` from 8.16.0 to 8.17.0 Release notes Sourced from ws's releases. 8.17.0 Features The WebSocket constructor now accepts...

dependencies

It's pretty fast and fixes the backpressure issues that the Node.js server experiences. Multithreading is much more viable, if the need arises. TODOs for username-validate-prod parity: - [x] sync username...