A drop-in infrastructure and library for
scalable realtime applications
Cerebellum is an open-source solution for scaling Websocket-based applications
Cerebellum is an open-source solution for scaling Websocket-based applications
Deploy a scalable AWS infrastructure built specifically for WebSocket applications with minimal configuration
Whether starting from scratch or enhancing an existing application, use the SDK to enable WebSocket functionality with:
// Install the SDK
npm install @cerebellum/sdk
// Start the Cerebellum server to develop locally
npx cerebellum-start
// use the CerebellumProvider to start developing your application
import { CerebellumProvider } from "@cerebellum/sdk";
ReactDOM.createRoot(document.getElementById("root")).render(
<CerebellumProvider>
<App />
</CerebellumProvider>
);
Cerebellum is a cloud-native solution built on AWS, providing a scalable and resource-efficient architecture out of the box
Technologies