Groups | Search | Server Info | Login | Register


Groups > comp.os.linux.misc > #71514

Re: Web compatibility in FLOSS websites

From rbowman <bowman@montana.com>
Newsgroups comp.os.linux.misc
Subject Re: Web compatibility in FLOSS websites
Date 2025-08-17 20:38 +0000
Message-ID <mgesunF32aU8@mid.individual.net> (permalink)
References (5 earlier) <mg8b9kFs3beU2@mid.individual.net> <107n0uq$11pib$2@dont-email.me> <689fd2e9@news.ausics.net> <107pjk9$1k377$15@dont-email.me> <107ra2n$20k71$12@dont-email.me>

Show all headers | View raw


On Sun, 17 Aug 2025 01:08:39 -0000 (UTC), Lawrence D’Oliveiro wrote:

> There is another step beyond that, and that is the use of “WebSocket”
> connections for continuous live full-duplex communication between client
> and server. Found a use for those yet?

Hell yes!

var io = require('socket.io')(http);

In our legacy system the Motif clients and the web map all established a 
connection to the node server and passed data back and forth. 

socket.request.connection.remoteAddress

is the IP of the machine originating the connection. Using that to match 
up the messages the map would only display the incidents and resources 
that dispatch had active since everything on that machine was connected 
via the server.

The map in the browser used the socket.io library. The Motif clients made 
a standard socket connection and sent a file with a 

Content-Type: application/json

header.

Of course the server also provided static files and other data common to 
the map.  

The updated product was strictly browser based and done in Angular so that 
introduces protobufs and so forth to the game. The map was integrated. The 
Motif clients didn't need a map or interaction with a node server; that 
was all a configurable option. The Angular product definitely needed nginx 
and a lot more wiring.  The daemons remained the same.

Back to comp.os.linux.misc | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: Linux hits a snag as Intel employees maintaining some of its drivers are laid off John McCue <jmclnx@gmail.com.invalid> - 2025-08-14 12:59 +0000
  Re: Linux hits a snag as Intel employees maintaining some of its drivers are laid off The Natural Philosopher <tnp@invalid.invalid> - 2025-08-14 16:52 +0100
    Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off Robert Heller <heller@deepsoft.com> - 2025-08-14 16:13 +0000
      Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off The Natural Philosopher <tnp@invalid.invalid> - 2025-08-14 17:32 +0100
      Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-08-16 08:37 +0000
        Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off The Natural Philosopher <tnp@invalid.invalid> - 2025-08-16 10:41 +0100
          Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-08-16 17:04 +0000
        Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off Rich <rich@example.invalid> - 2025-08-16 18:34 +0000
          Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off The Natural Philosopher <tnp@invalid.invalid> - 2025-08-16 19:47 +0100
            Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off Richard Kettlewell <invalid@invalid.invalid> - 2025-08-16 22:35 +0100
          Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-08-16 20:29 +0000
            Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-08-17 03:31 +0000
              Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off TJ <TJ@noneofyour.business> - 2025-08-16 23:51 -0400
                Re: Linux hits a snag as Intel employees maintaining some of its drivers are laid off Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-08-17 05:13 +0000
                Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-08-17 09:28 +0000
                Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-08-17 17:18 +0000
              Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-08-17 09:25 +0000
          Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off "Carlos E.R." <robin_listas@es.invalid> - 2025-08-17 14:34 +0200
            Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off The Natural Philosopher <tnp@invalid.invalid> - 2025-08-17 14:14 +0100
              Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off TJ <TJ@noneofyour.business> - 2025-08-17 19:26 -0400
                nVidia GPU drivers on Linux (was: Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off) Nuno Silva <nunojsilva@invalid.invalid> - 2025-08-18 09:26 +0100
                Re: nVidia GPU drivers on Linux (was: Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off) c186282 <c186282@nnada.net> - 2025-08-18 04:32 -0400
                Re: nVidia GPU drivers on Linux (was: Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off) Joerg Walther <joerg.walther@magenta.de> - 2025-08-18 17:22 +0200
                Re: nVidia GPU drivers on Linux not@telling.you.invalid (Computer Nerd Kev) - 2025-08-19 08:22 +1000
                Re: nVidia GPU drivers on Linux Joerg Walther <joerg.walther@magenta.de> - 2025-08-19 16:29 +0200
                Re: nVidia GPU drivers on Linux (was: Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off) c186282 <c186282@nnada.net> - 2025-08-19 02:16 -0400
                Re: nVidia GPU drivers on Linux (was: Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off) Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-08-19 06:46 +0000
                Re: nVidia GPU drivers on Linux (was: Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off) c186282 <c186282@nnada.net> - 2025-08-19 03:10 -0400
                Re: nVidia GPU drivers on Linux (was: Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off) Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-08-19 07:19 +0000
                Re: nVidia GPU drivers on Linux (was: Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off) c186282 <c186282@nnada.net> - 2025-08-19 03:27 -0400
                Re: nVidia GPU drivers on Linux (was: Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off) Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-08-19 17:57 +0000
      Re: Linux hits a snag as Intel employees maintaining some of its? drivers are laid off Nuno Silva <nunojsilva@invalid.invalid> - 2025-08-22 10:14 +0100
  Re: Linux hits a snag as Intel employees maintaining some of its drivers are laid off not@telling.you.invalid (Computer Nerd Kev) - 2025-08-15 07:22 +1000
    Re: Linux hits a snag as Intel employees maintaining some of its drivers are laid off "Carlos E. R." <robin_listas@es.invalid> - 2025-08-14 23:38 +0200
      Re: Linux hits a snag as Intel employees maintaining some of its drivers are laid off rbowman <bowman@montana.com> - 2025-08-15 08:35 +0000
        Re: Linux hits a snag as Intel employees maintaining some of its drivers are laid off "Carlos E. R." <robin_listas@es.invalid> - 2025-08-15 11:00 +0200
          Web compatibility in FLOSS websites (was: Re: Linux hits a snag as Intel employees maintaining some of its drivers are laid off) Nuno Silva <nunojsilva@invalid.invalid> - 2025-08-15 11:08 +0100
            Re: Web compatibility in FLOSS websites not@telling.you.invalid (Computer Nerd Kev) - 2025-08-16 10:38 +1000
              Re: Web compatibility in FLOSS websites The Natural Philosopher <tnp@invalid.invalid> - 2025-08-16 10:39 +0100
                Re: Web compatibility in FLOSS websites not@telling.you.invalid (Computer Nerd Kev) - 2025-08-17 08:45 +1000
                Re: Web compatibility in FLOSS websites Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-08-17 01:08 +0000
                Re: Web compatibility in FLOSS websites rbowman <bowman@montana.com> - 2025-08-17 20:38 +0000
          Re: Linux hits a snag as Intel employees maintaining some of its drivers are laid off not@telling.you.invalid (Computer Nerd Kev) - 2025-08-16 10:24 +1000
            Re: Linux hits a snag as Intel employees maintaining some of its drivers are laid off TJ <TJ@noneofyour.business> - 2025-08-16 08:26 -0400
              Re: Linux hits a snag as Intel employees maintaining some of its drivers are laid off The Natural Philosopher <tnp@invalid.invalid> - 2025-08-16 14:07 +0100
                Re: Linux hits a snag as Intel employees maintaining some of its drivers are laid off TJ <TJ@noneofyour.business> - 2025-08-16 13:48 -0400
              Re: Linux hits a snag as Intel employees maintaining some of its drivers are laid off not@telling.you.invalid (Computer Nerd Kev) - 2025-08-17 08:29 +1000
                Re: Linux hits a snag as Intel employees maintaining some of its drivers are laid off TJ <TJ@noneofyour.business> - 2025-08-16 19:11 -0400
                Re: Linux hits a snag as Intel employees maintaining some of its drivers are laid off not@telling.you.invalid (Computer Nerd Kev) - 2025-08-17 10:25 +1000
    Re: Linux hits a snag as Intel employees maintaining some of its drivers are laid off rbowman <bowman@montana.com> - 2025-08-15 08:33 +0000

csiph-web