-
Notifications
You must be signed in to change notification settings - Fork 196
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
client & cache diagram #14
Milestone
Comments
Merged
I agree that a client http decision diagram would be helpful and maybe a reference implementation in JavaScript using xstate? |
@pke thanks for your interest and your comment! Had no idea about https://github.com/davidkpiano/xstate . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it is not only the server that can benefit from an FSM to decide the HTTP response flow,
but also the client
and the cache proxy (a version is already in master branch based on @darrelmiller's versions)trigger: http://blog.safaribooksonline.com/2013/05/31/rest-from-a-client-perspective/
The text was updated successfully, but these errors were encountered: