mirror of
https://github.com/trailbaseio/trailbase.git
synced 2025-12-19 08:30:19 -06:00
Minor documentation updates.
This commit is contained in:
@@ -107,7 +107,7 @@ To get a full list of commands, simply run `trail --help` .
|
|||||||
|
|
||||||
## Building
|
## 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:
|
installed, you can build TrailBase by running:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@@ -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
|
That said and for the sake of this article, let's look at some of the
|
||||||
differences and extra features that PocketBase provides:
|
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
|
- 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.
|
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
|
Similarly you can use Rust to do the same with TrailBase.
|
||||||
aren't stable yet.
|
|
||||||
|
|
||||||
Likewise, TrailBase has a few nifty tricks up its sleeve:
|
Likewise, TrailBase has a few nifty tricks up its sleeve:
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: Welcome to TrailBase
|
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
|
template: splash
|
||||||
hero:
|
hero:
|
||||||
tagline:
|
tagline:
|
||||||
A blazingly fast, open-source application server with type-safe APIs,
|
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 />
|
||||||
<br />
|
<br />
|
||||||
Simplify with fewer moving parts: an easy to self-host, single-file,
|
Simplify with fewer moving parts: an easy to self-host, single-file,
|
||||||
|
|||||||
Reference in New Issue
Block a user