Luciano Mammino
Luciano Mammino
Right now we are assuming the resources names are created as part of the current serverless project with a literal string name. We should support references in addition to string...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This requires the usage of some form of data persistency. A JSON file should be more than ok given that the state can be represented by the nextBatch and the...
Allow the server to expose a web interface that displays in real time the connected clients and the current state of the distributed computation.
Allow to have multi level architecture where a server can receive connections from other servers. We can then define a _master_ server and a _second level_ server. When a _second...
This requires to introduce a mechanism to monitor the clients (e.g. ping or timeout) and to store in the server state a queue of batches waiting for recovery. When a...