vesper

Vesper is a NodeJS framework that helps you to create scalable, maintainable, extensible, declarative and fast GraphQL-based server applications.

Github stars Tracking Chart

Vesper is a NodeJS framework that helps you to create scalable, maintainable, extensible, declarative and fast
GraphQL-based server applications.
It perfectly fits any architecture and scale you choose - from monoliths to microservices, from small to enterprise apps.

Using Vesper your app's core components are:

  • Controllers (root queries)
  • Args (e.g. GraphQL resolver args or user input)
  • Models
  • Resolvers
  • Services
  • GraphQL schemas defined in .graphql format

Vesper provides you following features:

  • Controllers framework for your root queries
  • Maintainable GraphQL resolvers framework with data loader out of the box
  • User input validation framework with ability to use any validation library
  • User authorization and access control framework
  • Modules framework for large and scalable applications
  • Integration with TypeORM and ability to use any other ORM or database source
  • Automatic database relations resolver
  • Automatic transaction wrapper for your mutations
  • Powerful service container for code organization and seamless testing
  • Ability to use model interfaces across backend and frontend
  • Uses Express and Apollo Server and you have all power of these tools

And more...

Quick Start

To create a new JavaScript project using Vesper install it globally and use init command
with --javascript flag:

npm i vesper -g
vesper init --name my-project --javascript

To create a new TypeScript project using Vesper install it globally and use init command
with --typescript flag:

npm i vesper -g
vesper init --name my-project --typescript

Documentation

Contributing

Want to contribute? Vesper is opened for any contributions, just create a new github issue!

Main metrics

Overview
Name With Ownervesper-framework/vesper
Primary LanguageTypeScript
Program languageTypeScript (Language Count: 2)
Platform
License:
所有者活动
Created At2018-03-16 12:08:02
Pushed At2022-12-07 23:33:31
Last Commit At2018-06-14 01:06:46
Release Count5
Last Release Name0.1.4 (Posted on )
First Release Name0.1.0 (Posted on 2018-03-27 18:51:21)
用户参与
Stargazers Count598
Watchers Count21
Fork Count35
Commits Count44
Has Issues Enabled
Issues Count46
Issue Open Count30
Pull Requests Count4
Pull Requests Open Count11
Pull Requests Close Count4
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private