Skip to content
Peter Kwan edited this page Nov 19, 2019 · 2 revisions

Welcome to the Muttlee wiki!

Multi User TeleText Live Edit Environment.

It is a teletext viewer that works in a browser. Eventually it will also be able to edit pages. The current home of Muttlee is at http://www.xenoxxx.com The client requests a page from the server and then displays it. Buttons that mimic a remote control allow the user to control the page being viewed as if it was on a TV.

The server and client are both written in Javascript. The server runs using node.js. Hosting node.js is easy if you have access to a server that you can install code on. A Raspberry Pi works well. A virtual server such as a Google Compute engine with Bitnami will also work. What won't work is the average web hosting package. The client takes advantage of the P5 library for all of the canvas drawing.

Clone this wiki locally