Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tychota/vostok
https://github.com/tychota/vostok
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tychota/vostok
- Owner: tychota
- License: mit
- Created: 2017-01-23T23:03:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T23:01:45.000Z (over 7 years ago)
- Last Synced: 2024-10-30T01:06:45.652Z (9 days ago)
- Language: Shell
- Size: 391 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vostok
A graphQL framework
## Badges
### Open Source
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)]()
[![npm (scoped)](https://img.shields.io/npm/v/@vostok/framework.svg?style=flat-square)]()
[![All Contributors](https://img.shields.io/badge/all_contributors-1-green.svg?style=flat-square)](#contributors)### Tests and Coverage and Code quality
[![Travis](https://img.shields.io/travis/tychota/vostok.svg?style=flat-square)]()
[![Coveralls](https://img.shields.io/coveralls/tychota/vostok.svg?style=flat-square)]()
[![Greenkeeper badge](https://badges.greenkeeper.io/tychota/vostok.svg)](https://greenkeeper.io/)[![bitHound](https://img.shields.io/bithound/code/github/tychota/vostok.svg?style=flat-square)]()
[![bitHound](https://img.shields.io/bithound/dependencies/github/tychota/vostok.svg?style=flat-square)]()
[![bitHound](https://img.shields.io/bithound/devDependencies/github/tychota/vostok.svg?style=flat-square)]()## Table of Contents
- [Requirements](#requirements)
- [Why](#why)
- [CLI](#cli)
- [Team](#team)## Requirements
- node >= 7
- npm >= 3## Why
The Vostok programme (Russian: Восто́к) was a Soviet project to put the first Human in orbit and return them safely.
Similarly, Graphql servers is still an exploration of a cosmos. There is some spaceship (Apollo) and a bunch of tooling,
but no easy way to boostrap a graphql server and maintain it.Vostok helps you:
- boostraping quickly
- scaling largly
- securing wisely## CLI
### Install
```sh
npm install vostok --save-dev
```## Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
| [
TychoTa](https://twitter.com/TychoTa)
[💻](https://github.com/tychota/vostok/commits?author=tychota) [📖](https://github.com/tychota/vostok/commits?author=tychota) 💡 |
| :---: |This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification.
Contributions of any kind welcome!