Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.16 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.16 KB

N|Solid

GraphQL library

GraphQL is a query language created based in graphs theory.

pros:

  • Easy to create
  • Easy to query the data you need
  • Flexibility

My overview

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

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

Installation

GraphQL requires Node.js v4+ to run.

Install the dependencies and devDependencies and start the server.

$ cd GraphQL-library
$ npm install
$ npm test

Plugins

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]