Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dschau/protocols-kitchen-sink
An example of various protocols (REST, GraphQL, tRPC, Websockets, etc.)
https://github.com/dschau/protocols-kitchen-sink
api client graphql javascript protocols rest websockets
Last synced: 4 days ago
JSON representation
An example of various protocols (REST, GraphQL, tRPC, Websockets, etc.)
- Host: GitHub
- URL: https://github.com/dschau/protocols-kitchen-sink
- Owner: DSchau
- Created: 2023-10-18T22:25:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T21:30:29.000Z (12 months ago)
- Last Synced: 2024-03-15T09:36:38.156Z (8 months ago)
- Topics: api, client, graphql, javascript, protocols, rest, websockets
- Language: TypeScript
- Homepage: https://protocol-kitchen-sink.fly.dev
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# protocols-example
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.