Subj : Re: Remote sysop paging dev questions
To : Razor
From : Digital Man
Date : Sun Jun 10 2018 06:08 pm
Re: Re: Remote sysop paging dev questions
By: Razor to Digital Man on Sun Jun 10 2018 03:17 pm
> Re: Re: Remote sysop paging dev questions
> By: Razor to Digital Man on Sun Jun 10 2018 02:28 pm
>
> Ra> I'm trying to figure out the best way to have a sysop chat that can be
> Ra> done within an app that connects to the BBS computer over TCP/IP. I
> Ra> think I'm going to be doing this with wxPython & I need it to support
> Ra> at least Windows & Linux for both the client side & server side, in any
> Ra> configuration of the 2 (Windows->Windows, Linux->Linux, Windows->Linux,
> Ra> Linux->Windows).
>
> It just occurred to me that the server side of this should probably be a
> Synchronet service & should be done in JS. Is there documentation on how to
> create a new service?
The exec/*service.js files provide working examples of normal JS services.
If you want to create a static service (one that runs continuously and handles
its own incoming connections and servicing of concurrent clients), there's
exec/example/staticservice.js as well.