Skip to content

Commit

Permalink
switch to http2
Browse files Browse the repository at this point in the history
  • Loading branch information
adileo committed Nov 13, 2022
1 parent 658710c commit c474bf7
Show file tree
Hide file tree
Showing 4 changed files with 3,829 additions and 49 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# SurrealDB JS/Typescript Client SDK

Unofficial SurrealDB client based on the REST API of SurrealDB
Unofficial Node.js SurrealDB client based on the REST API of SurrealDB

Advantages over Official SurrealDB Client (as of Nov. 2022):

* Stateless: Each request can be authenticated with a different user, namespace or database (Especially useful for Serverless API Backends)
* Browser and Node.js Support (ES5)
* Only 1 Dependency: Cross-Fetch
* HTTP2 Support
* Only 1 Dependency: fetch-h2
* Typescript Support

Please note that this client SDK doesn't support real-time connections (Websocket) like the official one.
Please note that this client SDK doesn't support real-time connections (Websocket) like the official one, this SDK is meant to be used mostly server-side.

## How To

Expand Down
Loading

0 comments on commit c474bf7

Please sign in to comment.