ComputerCraft Forums

ComputerCraft => Ask a Pro => Topic started by: IvKo on May 03, 2025, 08:41 PM

Title: Help with old programm
Post by: IvKo on May 03, 2025, 08:41 PM
I want write browser. It has to work with everything.
I found this (https://ccf.squiddev.cc/topic/27750-craftwebcraftscape--a-browser-specification-and-program-for-an-internet.html) program on an old forum. There was wiki, but it doesn't work.  Can somebody say how it worked because I don't understand how it works.
P. S. English isn't my language. My English isn't very well.
Title: Help with old programm
Post by: ComputerCrafter on May 14, 2025, 01:37 PM
To my understanding, this is a program that can be used to run some sort of intranet within ComputerCraft servers.
So what does that do?

Basically, it means that computers within the Minecraft server interact with each other, this browser is the interface in which the computers communicate.

Think of it as a meeting, but no one speaks the same language, some speak Russian, others German, and more. The browser acts as a translator/mediator, that agrees on one language so that they can talk to each other.

By communicating, the server provides the web page to the client computer, sort of like how real internet works, but completely isolated in one ComputerCraft server. Of course, this will face the same problems the real internet does, so there will have to be security protocols included in the specification.