GiraffeQL is a JSON-friendly method of sending queries between the client and server. Inspired by GraphQL, GiraffeQL seeks to build upon GraphQL's strengths by providing a similar API while leveraging JSON's versatility and built-in support with popular languages, like Javascript and Typescript. Furthermore, as a package that has been built on top of the Express.js, GiraffeQL can automatically expose an equivalent RESTful endpoint for each GiraffeQL root operation.
For more information about GiraffeQL features, check out these wiki links:
- Hello World example
- Giraffeql Boilerplate Template
- Giraffeql.com - Website for documenting your giraffes
- Roadmap
GiraffeQL is an open source project under the MIT License. We are actively seeking contributors to help make the package more readable, maintainable, and versatile for all developers.
- Please feel free to join our Discord server.
- Open an issue on GitHub