Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

BOFH excuse #429: Temporal anomaly


rocksolid / Tor / Re: How to make dark web chat room with no scripts?

SubjectAuthor
o Re: How to make dark web chat room with no scripts?G.K.

1
Subject: Re: How to make dark web chat room with no scripts?
From: G.K.
Newsgroups: rocksolid.shared.tor
Organization: Mixmin
Date: Wed, 7 Dec 2022 13:13 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!reader01.eternal-september.org!news.mixmin.net!.POSTED!not-for-mail
From: g@k.invalid (G.K.)
Newsgroups: rocksolid.shared.tor
Subject: Re: How to make dark web chat room with no scripts?
Date: Wed, 7 Dec 2022 07:13:23 -0600
Organization: Mixmin
Message-ID: <tmq3gn$es99$2@news.mixmin.net>
References: <4967243654beddde25215d52edbd5770$1@www.novabbs.com>
<d96f0b208a99f71a1b4cc89a4aa79cd0@news.novabbs.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 7 Dec 2022 13:12:58 -0000 (UTC)
Injection-Info: news.mixmin.net; posting-host="27fe4b737442302b08b35a18fc3fe0310ba3dbda";
logging-data="487721"; mail-complaints-to="abuse@mixmin.net"
Content-Language: en-US
In-Reply-To: <d96f0b208a99f71a1b4cc89a4aa79cd0@news.novabbs.org>
View all headers

On 3/9/22 22:36, Anonymous wrote:
> I dont think chat rooms without JS is possible. Maybe make a forum like
> this one? (RockSolid is not bloated by scripts)

I feel the need to bump this because I once had to fish around for this
information a long, long time ago.

Sure it is possible to do a chat without JS. Just use the HTML <meta
refresh> tag in a iframe set to refresh the iframe every few seconds.
The part where the local client types a message into a chat should be in
a form in a separate iframe. When new lines are sent to the server they
get parsed by the server and go into a roll-off file that is fed back to
each client iframe every N seconds. The meta refresh does this for you
without javascript.

Go to Mozilla or w3schools or geeksforgeeks and do a search for HTML
meta refresh tag and iframe tag. You'll get all the information you
need. Problem solved.

In fact JavaScript is not needed for web browsers, except by bad design
choices of the browser and protocol maintainers. HTML could easily feed
form elements to a server the same way AJAX does. They just choose not
to make it so because the industry wants JavaScript to captivate the end
user and ensure tracking and advertising power over the user. But you
can hack it as if by using iframes.

--

G.K.

1

rocksolid light 0.9.8
clearnet tor