-
Notifications
You must be signed in to change notification settings - Fork 114
chore: update readme and logo #2884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -18,14 +18,21 @@ const RIVET_QUICKSTART = `Get started with Rivet by following a quickstart guide | |||||
// Content chunks | ||||||
const RIVET_FEATURES_CONTENT = `## Features | ||||||
|
||||||
Rivet Actors provide everything you need to build fast, scalable, and real-time applications without the complexity. | ||||||
Rivet Actors are a primitive of RivetKit provide everything you need to build fast, scalable, and real-time applications without the complexity. Rivet Engine is the core of self-hosting and is used for orchestrating actors at scale. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There's a grammatical issue in this sentence. It should be either "Rivet Actors, a primitive of RivetKit, provide everything..." or "Rivet Actors are a primitive of RivetKit and provide everything..." instead of the current construction which creates a run-on sentence.
Suggested change
Spotted by Diamond |
||||||
|
||||||
- **Long-Lived, Stateful Compute**: Like AWS Lambda but with memory and no timeouts | ||||||
- **Blazing-Fast Reads & Writes**: State stored on same machine as compute | ||||||
- **Realtime, Made Simple**: Built-in WebSockets and SSE support | ||||||
- **Store Data Near Your Users**: Deploy to the edge for low-latency access | ||||||
- **Infinitely Scalable**: Auto-scale from zero to millions without configuration | ||||||
- **Fault Tolerant**: Automatic error handling and recovery built-in`; | ||||||
- **Fault Tolerant**: Automatic error handling and recovery built-in | ||||||
|
||||||
## BYO DB (Bring Your Own Database) | ||||||
The Rivet Engine supports: | ||||||
|
||||||
- **PostgreSQL**: For production deployments | ||||||
- **FoundationDB**: For enterprise-scale distributed systems | ||||||
- **Filesystem**: For single-node deployments`; | ||||||
|
||||||
const RIVETKIT_FEATURES_CONTENT = `## Features | ||||||
|
||||||
|
Uh oh!
There was an error while loading. Please reload this page.