Skip to content

📡 All GraphQL features as client and server are in this project, also include GraphQL Pub/Sub over WebSocket feature too

Notifications You must be signed in to change notification settings

alikadir/nodejs-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All of GraphQL features've been implemented in this project

The Project has twice approach

  1. using pure javascript client - server
  2. using Apollo graphql library client - server

LIVE

NodeJs GraphQL server hosted on Heroku

Client serving from Vercel (nextjs)

SETUP

Bundle pure-server

npm i -g @zeit/ncc

cd server

ncc build pure-server.js

After above commands executed, it is gonna create index.js in build folder which is bundled all dependency for pure-server.js

About

📡 All GraphQL features as client and server are in this project, also include GraphQL Pub/Sub over WebSocket feature too

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published