Fast, secure and
cost effective realtime infrastructure solution.
Built from the ground up to make implementing realtime WebSocket technology easy. We did the hard work for you, so you can focus on building your application.
Check out some examples
SIGN UP FOR FREE
"Use LOGICAL operators to selectively query
realtime data sent by publishers"
realtime data sent by publishers"
How it works
"With a few lines of code
access your system data in real-time
with no added infrastructure"
access your system data in real-time
with no added infrastructure"
Publisher
// TypeScript const payload = stringToArrayBuffer( JSON.stringify({ "powerOutput": 120 }) ); nolag.publish("TurbineReadings", payload, // set reverse QUERY, identify which turbine is publishing data ["turbine_one"] );
Subscriber
// TypeScript // subscribe to Topic name "TurbineReadings", // QUERY realtime data sent with identifier // "turbine_one" OR "turbine_two" OR "turbine_three" const windTurbineTopic = nolag.subscribe('TurbineReadings', { OR: [ "turbine_one", "turbine_two", "turbine_three" ], });
Our Commitment to the environment
“At NoLag, we care about the environment. No gimmicks and no marketing spin — we want our children to inherit a liveable planet. NoLag uses Google Eco servers wherever we can. If we can not use a sustainable server for technical reasons, we offset our carbon by donating to the eco warriors of the world.