Urgent.News

What's breaking now, across thousands of outlets.

Tech

Can you break this open-source real-time coordination tool in seven minutes?

I maintain ChantLive , a free and open-source tool for coordinating short, live messages at demonstrations and community events. An organizer prepares a list and pushes one item at a time. Participants open a public link, without creating an account, and see each update in real time. The source is on GitHub . The stack is React, TypeScript, Express, PostgreSQL, Drizzle ORM, and Socket.IO. The…

The open-source real-time coordination tool, ChantLive, can be tested in just seven minutes to assess its reliability during live events. To perform this test, one needs two browsers or devices. Begin by opening ChantLive and creating a hypothetical event named "Community Test." Add three innocuous sample messages: "Welcome everyone," "Together we can," and "Thank you for being here." In another browser or device, access the participant link without requiring a personal account or QR code.

Once the participant page is open, make three modifications to the current message from the organizer view. After each change, refresh the page, lock and unlock the device, or close and reopen the participant page. The goal is to identify any concrete failures or hesitations experienced by either the organizer or participant. Note whether an update arrives late, disappears, or recovers poorly. The biggest reason for not trusting this tool at a real event should be pinpointed.

Consider any factors that could have influenced the outcome, such as browser, device, keyboard-only navigation, zoom, or assistive technology usage. A concise comment or GitHub issue is all that is required. The original source can be found at https://github.com/barsham/ChantLive.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Picture Tag in HTML

What is picture Tag? Normally, we use the <img> tag to display an image on a webpage. But sometimes one image is not enough because the same image may look good on a computer but not on a mobile…

  • Picture tag displays multiple images based on screen size
  • Uses <source> element with media attribute for image selection
  • Improves website responsiveness and user experience

I made a web framework

Hi everyone! I made an SSR web framework on NPM named Authtics Host (or HostJS ) About Based on tests, it starts the server in under 1 second. For a user to see the page, it takes 1-4 seconds.

  • Authtics Host, also known as HostJS, is an SSR web framework.
  • The framework launches the server in under one second.
  • Developer Panel includes Restart, Shutdown, Pause Users controls.

More from Tuesday 4 August →