I am pondering about writing a client/server software with
websockets as communication protocol. The clients will run
in browser as Javascript programs and the server may be in
any (any sensible) programming language running standalone
to be connected remotely by the browser-based JS clients.
I fo
On 19.10.2023 01:23, Chris Angelico wrote:
> [snip]
>
> Hope that's enough to get you started! I'd be delighted to help
> further if you run into difficulties.
Thanks for your quick reply, Chris! This is already great information!
I'll dive into your resources soon, and I also appreciate your off
On 19.10.2023 01:23, Chris Angelico wrote:
>
> Broadly speaking, your ideas are great. Any programming language CAN
> be used for the server (and I've used several, not just Python).
Out of curiosity; what where these languages? - If there's one I
already know I might save some time implementing
On 20.10.2023 23:05, Paul Rubin wrote:
> Janis Papanagnou writes:
>> I found a Python sample[*] but I am neither familiar with
>> Python nor with the 'simple_websocket_server' package that
>> is used in that sample code. But the code looks so simple
>> that I'm considering to learn and use Python