Netflix Releases Falcor Developer Preview
techblog.netflix.com
Netflix Releases Falcor Developer Preview
1–10 of 53 posts
Re: Netflix Releases Falcor Developer Preview
#2This makes so much sense, after learning about Relay/GraphQL I was wondering who else was working on something like it, it appears Netflix is one of them :)
Re: Netflix Releases Falcor Developer Preview
#3Did anyone notice they walk you through Netflix-like microservice architecture using Falcor Router?
http://netflix.github.io/falcor/documentation/router.html#wa...
Re: Netflix Releases Falcor Developer Preview
#4Did anyone notice they walk you through Netflix-like microservice architecture using Falcor Router? http://netflix.github.io/falcor/documentation/router.html#wa...
what else would you expect?
Re: Netflix Releases Falcor Developer Preview
#5Just waiting on Om Next now...
Re: Netflix Releases Falcor Developer Preview
#6For a much simpler solution to the json graph problem:
Implementations in Javascript, Python, Ruby, and Java.
Re: Netflix Releases Falcor Developer Preview
#7For a much simpler solution to the json graph problem: https://github.com/jsog/jsog Implementations in Javascript, Python, Ruby, and Java.
Honest question, how is it simpler?
Re: Netflix Releases Falcor Developer Preview
#8For a much simpler solution to the json graph problem: https://github.com/jsog/jsog Implementations in Javascript, Python, Ruby, and Java.
Interesting. That looks very similar to YAML's anchor/alias feature.
Re: Netflix Releases Falcor Developer Preview
#9This is great work, and neighbors very closely to what I am doing with http://github.com/amark/gun. But the caveat of Falcor is that it does not have realtime updates (unless they have since changed this, please let me know). I think this will be an Achilles heel for their architecture, so I hope they improve on this. Otherwise, really exciting news!
Re: Netflix Releases Falcor Developer Preview
#10For a much simpler solution to the json graph problem: https://github.com/jsog/jsog Implementations in Javascript, Python, Ruby, and Java.
Honest question, how is it simpler?
One simple metric would be the number of lines of code: