Skip to content
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

GraphQL invalidation for reactive GraphQL #41

Closed
smolinari opened this issue May 25, 2016 · 2 comments
Closed

GraphQL invalidation for reactive GraphQL #41

smolinari opened this issue May 25, 2016 · 2 comments

Comments

@smolinari
Copy link

Hi,

I'd like to make mention of a project I am following and while looking through their docs, they mention an "invalidation server".

https://github.com/apollostack/apollo/blob/master/design/high-level-reactivity.md

@vladar - can you imagine this also being possible within graphql-php or is it a separate project? I'd imagine separate. What are your thoughts on the possibility of a "reactive graphQL" PHP application server?

Scott

@vladar
Copy link
Member

vladar commented Jun 10, 2016

Thanks for brining this up.

But that is really something that could be built on top of graphql library. The goal of this library (as well as reference implementation) is to provide rather simple but powerful tools that others can utilize to build application servers like the one from the article.

The problem with PHP though is that it is not the best tool for reactive applications (at least pure PHP at it's current state). See #9 for more discussion on this topic.

@vladar vladar closed this as completed Jun 10, 2016
@smolinari
Copy link
Author

Thanks. That is what I thought. And, for one, I certainly appreciate your work with this library.

It's going to be fun, however, to pick it apart to make work properly in a threaded PHP environment (which is needed for reactive PHP apps). 😉

Scott

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

No branches or pull requests

2 participants