mirror of
https://github.com/trailbaseio/trailbase.git
synced 2025-12-16 15:15:51 -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
|
||||
|
||||
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
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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: an easy to self-host, single-file,
|
||||
|
||||
Reference in New Issue
Block a user