-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start SDK page * Reorganise links * Tweaks * Fix link * Add packages and examples * Add link to reference * Link authors * Improve TS * Fix path to consts * Add PyPI package * Fix spacing * Add links to SDKs page * Cleanup
- Loading branch information
Showing
5 changed files
with
68 additions
and
3 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
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
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
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,64 @@ | ||
# SDKs | ||
|
||
Datastar provides backend SDKs that simplify the process of generating [SSE events](/reference/sse_events) specific to Datastar. | ||
|
||
## Go | ||
|
||
[Go SDK](https://github.com/starfederation/datastar/tree/develop/sdk/go) | ||
|
||
_Author: [Delaney Gillilan](https://github.com/delaneyj)_ | ||
|
||
Examples: | ||
|
||
- [1 App 5 Stacks ported to Go+Templ+Datastar](https://github.com/delaneyj/1a5s-datastar) | ||
|
||
## PHP | ||
|
||
[PHP SDK](https://github.com/starfederation/datastar-php) | ||
|
||
- [Laravel package](https://github.com/putyourlightson/laravel-datastar) | ||
|
||
- [Craft CMS plugin](https://putyourlightson.com/plugins/datastar) | ||
|
||
_Author: [Ben Croker](https://github.com/bencroker) ([PutYourLightsOn](https://putyourlightson.com/))_ | ||
|
||
Examples: | ||
|
||
- [Craft Datastar Pokemon demo](https://github.com/khalwat/craft-datastar-pokemon-demo) | ||
|
||
## Python | ||
|
||
[Python SDK](https://github.com/starfederation/datastar/tree/develop/sdk/python) and [PyPI package](https://pypi.org/project/datastar-py/), including support for Sanic, Django, Quart and FastAPI. | ||
|
||
_Author: [Felix Ingram](https://github.com/lllama)_ | ||
|
||
Examples: | ||
|
||
- [Python examples](https://github.com/starfederation/datastar/tree/develop/examples/python) | ||
|
||
## TypeScript | ||
|
||
[TypeScript SDK](https://github.com/starfederation/datastar/tree/develop/sdk/typescript), including support for NodeJS and Web standard runtimes (Deno, Bun, etc.). | ||
|
||
_Author: [Patrick Marchand](https://github.com/Superpat)_ | ||
|
||
Examples: | ||
|
||
- [NodeJS example](htttps://github.com/starfederation/datastar/tree/develop/sdk/typescript/examples/node.ts) | ||
- [Deno example](htttps://github.com/starfederation/datastar/tree/develop/sdk/typescript/examples/deno.ts) | ||
|
||
## dotnet | ||
|
||
[dotnet SDK](https://github.com/starfederation/datastar/tree/develop/sdk/dotnet), including support for C#. | ||
|
||
_Author: [Greg H](https://github.com/SpiralOSS)_ | ||
|
||
Examples: | ||
|
||
- [dotnet examples](https://github.com/starfederation/datastar/tree/develop/examples/dotnet) | ||
|
||
## Java | ||
|
||
[Java SDK](https://github.com/starfederation/datastar/blob/develop/sdk/java) | ||
|
||
_Author: [Peter Humulock](https://github.com/rphumulock)_ |
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