vesper

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

Github星跟踪图

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!

主要指标

概览
名称与所有者vesper-framework/vesper
主编程语言TypeScript
编程语言TypeScript (语言数: 2)
平台
许可证
所有者活动
创建于2018-03-16 12:08:02
推送于2022-12-07 23:33:31
最后一次提交2018-06-14 01:06:46
发布数5
最新版本名称0.1.4 (发布于 )
第一版名称0.1.0 (发布于 2018-03-27 18:51:21)
用户参与
星数598
关注者数21
派生数35
提交数44
已启用问题?
问题数46
打开的问题数30
拉请求数4
打开的拉请求数11
关闭的拉请求数4
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?