Environments

One Record provides two distinct environments for WebSocket connections via Socket.IO:

  • Production : ws.one-record.fr

  • Sandbox : sandbox.ws.one-record.fr

The Sandbox environment functions as a testing platform where developers can experiment with WebSocket connections, code changes, and real-time event handling before deploying to the live production environment.

Both Production and Sandbox environments maintain identical versions of the app. However, the key disparity lies in the data employed within each environment. In the Sandbox environment, there is the flexibility to conduct tests and transmit bulk data without affecting the live production data. This allows for comprehensive testing and experimentation without risking the integrity of the production environment.

Last updated