octave-online-server

1 · · Aug. 23, 2021, 6:29 p.m.
octave-online-server The infrastructure that powers Octave Online, octave-online.net There are three separate components of Octave Online Server: Client: Code that runs in the browser. Front Server: Authentication, client session handling. Back Server: File I/O, Octave process handling. Communication: The Client and Front Server communicate primarily with WebSockets via socket.io; the Front Server and Back Server communicate primarily with Redis PubSub. User account information is stored in M...