In-depth guide on the backend serving the SamePage clients
SamePage's network is run by a series of serverless lambda functions that are connected to two different API gateways:
These gateways make up SamePage's business model. They respond to requests from notebooks and facilitate communication between notebooks. The REST gateway is mostly responsible for receiving messages from notebooks into the network. The WebSocket gateway is mostly responsible for sending messages from the network to the notebooks.
As mentioned above, the REST gateway receives messages from notebooks into the network. It is reachable from https://api.samepage.network
.
Coming soon...
Coming soon...