microSimmer documentation¶
Contents:
Tutorial¶
Coming soon.
Server¶
The server layer listens for incoming requests from the Web, and parses them into native objects. These requests are delegated to the middleware layer to get results, which are in turn serialised back to whatever format the client wants.
Methods¶
Middleware¶
The middleware layer is responsible for delegating requests parsed by the server to the RPC server within the container, which ultimately invokes the model.
Container¶
The container layer is where the model is executed within a Docker container.