For my GSOC 2020 program, I worked on the Offix Datastore project, a client-side store for JavaScript apps with real-time synchronization over GraphQL. By default, Offix Datastore integrates with Graphback using the GraphQL Crud specification, providing an end-to-end data synchronization solution for JavaScript apps.
With Offix Datastore, User data is always available locally and synchronized with server whenever possible allowing developers to build "Offline-first" apps without investing in GraphQL and Synchronisation technologies.
Offix Datastore comes with default support for GraphQL CRUD compatible servers.
Offix Datastore provides custom React hooks, providing a smooth, boilerplate-free development experience for React developers.
Hello @XshubhamX, this project was built to work as a javascript library on the web and on mobile apps. Any application that uses JavaScript on the web and mobile should be able to use this library