Skip to content

janwilleke/scratch_websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scratch_websocket

websocket access for scratch 3.0

What is it:

Its a simple javascript file adding a web-socket extention to scratch. This way its possible to interact with web-socket anywhere on the world and especiliy on the localhost.

Motivation:

Lots of extention use web sockets but always in a covered custum way, the url can not be choosen, json format is been send... Here the connection can be choosen and if json should be send it can be build in scratch ;-)

Link to test this:

https://sheeptester.github.io/scratch-gui/?url=https://janwilleke.github.io/scratch_websocket/websock.js

How to use:

First a variabel to reference a connection is created. This way multible connection the same time are possible.

Limitations:

Not checked anywhere besides a firefox on a linux.

Releases

No releases published

Packages

No packages published