Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
/ SNConnect Public archive
forked from MikeDev101/cloudlink

The Websocket Service for SNext (based on MikeDev101's CloudLink)

License

Notifications You must be signed in to change notification settings

Cubix-Dev/SNConnect

 
 

Repository files navigation

⚠️ URGENT ⚠️

This version of SNConnect is broken and thus deprecated. Please us the version available on our website!

SNConnect (Powered by CloudLink)

SNConnect is a cloudlink fork created specifically to run SNext Servers and allow developers to connect to them. It uses repl WebSockets instead of IP Addresses.

Links

Example code

Example code can be downloaded in the GitHub repository.

Scratch Extension

You can view the client-side extension using SN-Edit

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

About

The Websocket Service for SNext (based on MikeDev101's CloudLink)

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 76.7%
  • JavaScript 23.3%