Real-Time Messaging with Pub/Sub in Taubyte
Build real-time features with Taubyte’s built-in pub/sub messaging. Create WebSocket-enabled channels for chat, notifications, live updates, and more—all from your serverless functions.
Build real-time features with Taubyte’s built-in pub/sub messaging. Create WebSocket-enabled channels for chat, notifications, live updates, and more—all from your serverless functions.
Add structured data storage to your Taubyte applications with key-value databases. Like storage, databases are created on-the-fly when first used—enabling dynamic, multi-tenant data isolation without extra configuration.
Learn how to add object storage to your Taubyte application. Unlike traditional cloud storage, Taubyte creates buckets on-the-fly when you first use them—perfect for dynamic, multi-user applications.
Taubyte makes hosting static websites simple. Learn how to create, configure, and deploy a website on your Taubyte cloud with automatic builds and instant previews.
Libraries in Taubyte let you keep serverless function code in separate repositories, share logic across multiple functions, and control access more precisely. Learn how to create libraries and use them both as function sources and as imported dependencies.
Learn how to create, configure, and deploy serverless functions in Taubyte. This hands-on guide walks through building a simple ping-pong function in Go, from creation to testing both locally and in production.
Learn how to create a Taubyte project using the web console. This guide covers the process for both local development with Dream and production deployments, showing you how Taubyte manages your project configuration through Git repositories.
Learn how to deploy a complete Taubyte cloud infrastructure to your own servers using SporeDrive, our SDK for infrastructure-as-code deployments. This guide walks you through the entire process from configuration to running your first serverless function.
Testing cloud applications locally often means dealing with incomplete emulators that don’t match production behavior. Taubyte Dream changes this by running a complete, real cloud on your local machine—not an emulation, but an actual simulation of production infrastructure.
A plain-English explanation of Taubyte’s core philosophy: infrastructure ownership, Git-native operations, local-first validation, and automated workflows.