Netflix Releases Falcor Developer Preview
21–30 of 53 posts
Re: Netflix Releases Falcor Developer Preview
#22I've used a similar approach for Flask-Potion, a REST API framework ( http://potion.readthedocs.org/ ). References are JSON objects in the format {"$ref": uri}, which makes them exceedingly simple to fetch and cache.
Re: Netflix Releases Falcor Developer Preview
#23Re: Netflix Releases Falcor Developer Preview
#24IMO, the name is to close to that of the Falcon (Python) web framework. http://falconframework.org/
Re: Netflix Releases Falcor Developer Preview
#25Re: Netflix Releases Falcor Developer Preview
#26Re: Netflix Releases Falcor Developer Preview
#27Just waiting on Om Next now...
Yeah me too!! Anybody know the status?
1. https://github.com/omcljs/om/blob/master/dev/om/dev.cljs 2. http://swannodette.github.io/2015/07/29/clojurescript-17/
Re: Netflix Releases Falcor Developer Preview
#28I have been following the falcor announcements, presentations and discussions for a few months. I am really impressed at what a good job the Netflix team has done with introducing the json graph concepts, I've learned a lot it regardless of falcor. Kudos Netflix! I really like the concepts and client/server model. If it is performant, it will be fun to see persistent videogame worlds written through falcor. To that e…
Re: Netflix Releases Falcor Developer Preview
#29If the underlying object graph isn't immutable, how does one guarantee consistency when refreshing only portions of the graph?
Re: Netflix Releases Falcor Developer Preview
#30I have been following the falcor announcements, presentations and discussions for a few months. I am really impressed at what a good job the Netflix team has done with introducing the json graph concepts, I've learned a lot it regardless of falcor. Kudos Netflix! I really like the concepts and client/server model. If it is performant, it will be fun to see persistent videogame worlds written through falcor. To that e…
iirc, falcor maintains an LRU cache, so unused data keeps getting flushed out of memory.