DEV Community

Creating a GraphQL server with NodeJS

Aman Mittal on May 13, 2019

When it comes to network requests between a client and a server application, REST (which stands for Representational state transfer) is one of th...
Collapse
 
amanhimself profile image
Aman Mittal • Edited

You can publish a graphql endpoint just like with REST api. Can try to heroku or now.sh using the free tier. I will be writing more on this soon.

Collapse
 
amanhimself profile image
Aman Mittal

Thanks for reading :)