Server-side code for a powerful Scratch 3.0 websocket extension.
Project description
CloudLink
CloudLink is a high-speed, reliable, and custom websocket extension for Scratch 3.0, with server code that runs on Python. It permits cross-project (as well as cross-program) cloud variables. It also enables full-duplex networking and limitless possibilities for Scratch 3.0 projects.
Links
Discussion Forum
HackMD Documentation
Example code
Example code can be downloaded in the GitHub repository.
Server: https://github.com/MikeDev101/cloudlink/blob/master/server_example.py
Client: https://github.com/MikeDev101/cloudlink/blob/master/client_example.py
Please report any bugs you find to the official GitHub repository or on my Scratch profile.
Scratch Extension
You can view the client-side extension using one of the following modded Scratch editors:
Installing CloudLink
Method 1: using pip
pip install cloudlink
Method 2: Directly downloading cloudlink.py
Simply download the source code, extract cloudlink.py, and import it as shown above. However, the following dependencies are required in order to take advantage of full functionality:
- websocket-server
pip install websocket-server
- websocket-client
pip install websocket-client
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for cloudlink-0.1.7.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c997f88a3b9da7c7fd48ad264b9c3eb8d3eee2a99319960568915c5cc148acf |
|
MD5 | c26b8d60eecb8b53424fa6f8d514535e |
|
BLAKE2b-256 | f0e9da62de2bba0c0890653d79b8a267d7694b47b7acd1a039f1d6342e8d9564 |