GraphQL is a query language created based in graphs theory.
- Easy to create
- Easy to query the data you need
- Flexibility
I believe graphQL can be very useful for creating search engines The Cache is stored, so if the data is searched again, it will be really fast It's the easiest way to deploy your dataset
Tech Used on the project
- [Javascript] - Programing language used
- [npm] - package manager
- [node.js] - evented I/O for the backend
- [Express] - fast node.js network app framework [@tjholowaychuk]
- [GraphQL] - Query Language
GraphQL requires Node.js v4+ to run.
Install the dependencies and devDependencies and start the server.
$ cd GraphQL-library
$ npm install
$ npm test
Dillinger is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.
Plugin | README |
---|---|
GitHub | [plugins/github/README.md][PlGh] |