-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Stephan Zharkov edited this page Jul 27, 2020
·
1 revision
Karp is an experimental Graphql client. This page is mainly a brainstorm of what Karp could be. Some objectives include:
- WASM compatibility
- Strong caching capabilities, centered around an in-memory store or the Redis client.
- This type of caching will hopefully provide strong tooling to investigate cache content
- Redis would be a strong cache contender. Centering the client around a cache could provide greater performance improvements.
- Yes, Redis should probably be used on the server-side. But... what if it was used just on the client, or both?