Server-side code for a powerful Scratch 3.0 websocket extension.
Project description
Discussion Forum
HackMD Documentation
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.
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
File details
Details for the file cloudlink-0.1.5.tar.gz
.
File metadata
- Download URL: cloudlink-0.1.5.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d3ac46ca4cb966aa780e0b98852148e7f4b75e0244d118dd16ae5e0061e60dfa
|
|
MD5 |
5eeb9250453be582189cf161666eaab4
|
|
BLAKE2b-256 |
c197b43ae5e78eec7e1c312c3e76a92587e7324a2e8334344681b4817691d816
|
File details
Details for the file cloudlink-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: cloudlink-0.1.5-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
138994c6dbf7eb945f7d7ba665e19144b29fc0a374c57a199651baa5ad2cad51
|
|
MD5 |
d631b62f6a73ca7f294ccb0149fc3315
|
|
BLAKE2b-256 |
4c7ff16a4defd483814e48ff8be38faef928cd910dfc6b8c76ad909519da246a
|