Skip to content

this is a simple implementation of a graphQL library, using Express and node.js

Notifications You must be signed in to change notification settings

AlexandreUser/GraphQL-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

this is a simple implementation of a graphQL library, using Express and node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages