https://github.com/elsoul/skeet-pubsub
https://github.com/elsoul/skeet-pubsub
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elsoul/skeet-pubsub
- Owner: elsoul
- License: apache-2.0
- Created: 2023-07-18T09:55:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T15:28:22.000Z (about 2 years ago)
- Last Synced: 2025-03-25T04:54:48.211Z (7 months ago)
- Language: TypeScript
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Skeet Framework Plugin - PubSub
Skeet PubSub Plugin for Google PubSub Service.
# Installation
```bash
$ skeet yarn add -p @skeet-framework/pubsub
```or
```bash
$ yarn add @skeet-framework/pubsub
```# Skeet PubSub Docs
- [https://skeet.dev/doc/backend/skeet-pubsub/](https://skeet.dev/doc/backend/skeet-pubsub/)
- [Skeet PubSub TypeDoc](https://elsoul.github.io/skeet-pubsub/)
## Install
```bash
$ skeet yarn add -p @skeet-framework/pubsub
```or
```bash
$ yarn add @skeet-framework/pubsub
```## Skeet Framework Document
- [https://skeet.dev](https://skeet.dev)
## Skeet TypeScript Serverless Framework
GraphQL, CloudSQL, Firestore, Cloud Functions, TypeScript, Jest Test, Google Cloud Load Balancer, Cloud Armor
## What's Skeet?
TypeScript Serverless Framework 'Skeet'.
The Skeet project was launched with the goal of reducing software development, operation, and maintenance costs.
Build Serverless Apps faster.
Powered by TFirestore, Cloud Functions, Typesaurus, Jest, Prettier, and Google Cloud.## Dependency
- [TypeScript](https://www.typescriptlang.org/)
- [Node](https://nodejs.org/)
- [Yarn](https://yarnpkg.com/)
- [Google SDK](https://cloud.google.com/sdk/docs)
- [GitHub CLI](https://cli.github.com/)```bash
$ npm i -g @skeet-framework/cli
$ skeet create web-app
```## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/elsoul/skeet This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The package is available as open source under the terms of the [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
## Code of Conduct
Everyone interacting in the SKEET project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/elsoul/skeet-cli/blob/master/CODE_OF_CONDUCT.md).