AToMPM / atompm

A Tool for Multi-Paradigm Modeling
https://atompm.github.io/
GNU Lesser General Public License v3.0
22 stars 15 forks source link

Add session manager #124

Closed BentleyJOakes closed 2 years ago

BentleyJOakes commented 2 years ago

These commits add 'session_manager.js' which handles workers. That is, this session manager code handles:

This frees the HTTP server to only focus on handling generic HTTP messages, and routing worker-specific messages to the session manager.