Nodejs Framework for building server-side applications.
Gabliam is a framework for building Node.js server-side applications. It use TypeScript.
Under the hood, gabliam makes use of Inversify. All plugin use a great Node.js package. For example, for server, gabliam use express or koa. For dabase, gabliam use typeorm
This repository is a monorepo that we manage using Lerna. That means that we actually publish several packages to npm from the same codebase, including:
| Package | Version | Docs | Description |
|---|---|---|---|
core |
The core of Gabliam | ||
expression |
The expression parser for gabliam |
| Package | Version | Docs | Description |
|---|---|---|---|
amqp |
The amqp plugin for Gabliam |
| Package | Version | Docs | Description |
|---|---|---|---|
cache |
Cache for Gabliam | ||
cache-redis |
Redis cache for Gabliam |
| Package | Version | Docs | Description |
|---|---|---|---|
mongoose |
The mongoose plugin for Gabliam | ||
typeorm |
The typeorm plugin for Gabliam |
| Package | Version | Docs | Description |
|---|---|---|---|
log4js |
The log4js plugin for Gabliam |
| Package | Version | Docs | Description |
|---|---|---|---|
express |
The express plugin for Gabliam | ||
graphql-core |
The graphql core for Gabliam | ||
graphql-express |
The graphql plugin for Gabliam with express | ||
graphql-koa |
The graphql plugin for Gabliam with koa | ||
koa |
The koa plugin for Gabliam | ||
web-core |
The web core for Gabliam (contains all decorator and tools) | ||
validate-joi |
Add validation with joi of params |
- Author - David Touzet
Nest is MIT licensed.
