Minor documentation updates.

This commit is contained in:
Sebastian Jeltsch
2025-01-13 22:17:42 +01:00
parent d295330e12
commit 7e30940f79
3 changed files with 4 additions and 7 deletions

View File

@@ -107,7 +107,7 @@ To get a full list of commands, simply run `trail --help` .
## Building
If you have all the necessary dependencies (Rust, node.js, pnpm, ...)
If you have all the necessary dependencies (Rust, protobuf, node.js, pnpm)
installed, you can build TrailBase by running:
```bash

View File

@@ -39,12 +39,9 @@ authentication and file storage on top of SQLite.
That said and for the sake of this article, let's look at some of the
differences and extra features that PocketBase provides:
- TrailBase does not yet provide realtime APIs allowing clients to subscribe to
data changes.
- PocketBase can also be used as a Go framework, i.e. instead of using the
binary release one can build a custom binary with custom endpoints.
Similarly you can use Rust to do the same with TrailBase, however the APIs
aren't stable yet.
Similarly you can use Rust to do the same with TrailBase.
Likewise, TrailBase has a few nifty tricks up its sleeve:

View File

@@ -1,11 +1,11 @@
---
title: Welcome to TrailBase
description: A blazingly fast, single-file, open-source application server with type-safe APIs, built-in JS/ES6/TS Runtime, Auth, and Admin UI built on Rust, SQLite & V8
description: A blazingly fast, single-file, open-source application server with type-safe APIs, built-in JS/ES6/TS Runtime, Realtime, Auth, and Admin UI built on Rust, SQLite & V8
template: splash
hero:
tagline:
A blazingly fast, open-source application server with type-safe APIs,
built-in JS/ES6/TS Runtime, Auth, and Admin UI built on Rust, SQLite & V8.
built-in JS/ES6/TS Runtime, Realtime, Auth, and Admin UI built on Rust, SQLite & V8.
<br />
<br />
Simplify with fewer moving parts&colon; an easy to self-host, single-file,