[Newbies] Squeak image as a Web App

Yoshiki Ohshima Yoshiki.Ohshima at acm.org
Wed Oct 20 15:49:36 UTC 2021


Hi,

We have done something like that:

http://www.vpri.org/pdf/kanto-framework.pdf

In essence, it takes advantage of Squeak's multiple hands feature, and
transmits events to the host session from remote sessions that are
viewing the screen via WebRTC stream.

The repository is updated for the Snap! part, but it should be simple
to update the SqueakJS part as well.

https://github.com/yoshikiohshima/WebRTC-Events

Hope this helps!

On Wed, Oct 20, 2021 at 8:18 AM Jiri R. <jiriq at icloud.com> wrote:
>
> Hello,
>
> Is it possible to develop a Squeak image and deploy it as a web app? There is the SqueakJS which can serve a Squeak image through a web browser. I wonder if the image can be used by multiple users simultaneously.
>
> Jiri
>
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners



-- 
-- Yoshiki


More information about the Beginners mailing list