-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a README.md to the TS client for future publications to the packa…
…ge registry.
- Loading branch information
Showing
2 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
# TrailBase client library for Dart and Flutter | ||
|
||
TrailBase is a blazingly fast, single-file, and open-source server for your | ||
application with type-safe restful APIs, auth, admin dashboard, etc. | ||
TrailBase is a [blazingly](https://trailbase.io/reference/benchmarks/) fast, | ||
single-file, open-source application server with type-safe APIs, Auth, and | ||
Admin UI built on Rust+SQLite. | ||
|
||
For more context, documentation, and an online live demo, check out our website | ||
For more context, documentation, and an online demo, check out our website | ||
[trailbase.io](https://trailbase.io). | ||
|
||
This is the first-party client for hooking up your Flutter or Dart applications | ||
with your TrailBase server. | ||
While working on documentation, an example setup can be found under | ||
While we're working on better documentation, an example setup can be found | ||
under | ||
[`/examples/blog/flutter`](https://github.com/trailbaseio/trailbase/tree/main/examples/blog/flutter) | ||
in the repository. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# JS/TS client for TrailBase | ||
|
||
TrailBase is a [blazingly](https://trailbase.io/reference/benchmarks/) fast, | ||
single-file, open-source application server with type-safe APIs, Auth, and | ||
Admin UI built on Rust+SQLite. | ||
|
||
For more context, documentation, and an online demo, check out our website | ||
[trailbase.io](https://trailbase.io). | ||
|
||
This is the first-party client for hooking up your PWA, SPAs and JS backend | ||
applications with TrailBase. | ||
While we're working on better documentation, an example setup can be found under | ||
[`/examples/blog/flutter`](https://github.com/trailbaseio/trailbase/tree/main/examples/blog/web) | ||
in the repository. |