[MacTUG] The Emerging GraphQL stack | Secret Weblog

Marlon A. Griffith m3griffi at uwaterloo.ca
Mon Sep 28 11:27:01 EDT 2015


There is always new stuff to think about with web tech.

Anyway, this new 'architecture' has all the 'cool kids' buzzing. This article is an overview of the architecture. The first part of the article describes the new approach while the latter part, looks at libs wrt python. There are probably php libs that do the same thing.

"""
GraphQL is an interesting technology originating at Facebook. It is a query language that lets you get JSON results from a server. It's not a database system but can work with any kind of backend structure. It tries to solve the same issues traditionally solved by HTTP "REST-ish" APIs.

http://blog.startifact.com/posts/the-emerging-graphql-python-stack.html
"""


More information about the MacTUG mailing list