Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mondo-mob/gae-node-nestjs
Node stack for Google App Engine and Datastore using NestJS and Typescript
https://github.com/mondo-mob/gae-node-nestjs
Last synced: about 2 months ago
JSON representation
Node stack for Google App Engine and Datastore using NestJS and Typescript
- Host: GitHub
- URL: https://github.com/mondo-mob/gae-node-nestjs
- Owner: mondo-mob
- Created: 2020-04-06T01:35:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T23:55:52.000Z (3 months ago)
- Last Synced: 2024-11-11T13:53:05.042Z (about 2 months ago)
- Language: TypeScript
- Size: 1.61 MB
- Stars: 3
- Watchers: 11
- Forks: 3
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-old-lib.md
Awesome Lists containing this project
README
# gae-node-nestjs
## New package
Please note that while this package will have priority fixes for existing projects, our primary focus has moved to
our [gae-js](https://github.com/mondo-mob/gae-js) libraries.While this library offers a lot of utilities and help for using `nestjs`, `graphql`, `datastore` the new libraries offer
more targeted libraries, with the following benefits:- Not being tied to `nestjs` and easily used in `express`, `cloud functions`, or others of your choosing
- A library for using `firestore` natively
- A library for those still using `datastore` mode
- Other libraries for specifics. Please see the readme for details.A lot of the underlying utilities have been ported across to the new libraries.
## About
Node framework using [nestjs](https://nestjs.com/) and integrating with Google App Engine, particularly Google Data Store.## Releases
See the [changelog](./CHANGELOG.md).