Skip to content

Add article about graphql #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add article about graphql #1

wants to merge 2 commits into from

Conversation

igorlima
Copy link
Member

A comparison between two languages. Java and Node.

@@ -0,0 +1,320 @@
# **Proof of Concept** for two different implementations of GraghQL server

As we already know GraphQL is an alternative to REST endpoints for handling queries and database updates. And in this tech article I'll try to figure out which programming language, among [Node](https://github.com/igorlima/expressjs-graphql-server) and [Java](https://github.com/igorlima/spark-graphql-server), is way faster to handle GraphQL queries. Also, I will use different tools to measure the perfomance and document the process.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove "And"

... and database updates. In this tech article...

@brekk
Copy link

brekk commented Sep 2, 2016

@RavenHursT @igorlima Same as the other comment, you wanna merge this still? Trying to get this blog up and running with regular content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants