{"id":18165537,"url":"https://github.com/anuversehq/qrpc-socket","last_synced_at":"2026-02-09T16:31:42.066Z","repository":{"id":258252787,"uuid":"873613628","full_name":"AnuverseHQ/qRPC-Socket","owner":"AnuverseHQ","description":"qRPC-Socket: A Rust-based open-source project that merges the power of gRPC's remote procedure calls, GraphQL's graph-based queries, and WebSocket's real-time communication into a unified framework.","archived":false,"fork":false,"pushed_at":"2024-10-29T00:54:51.000Z","size":16,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-10-29T01:30:59.992Z","etag":null,"topics":["graphql","hacktoberfest","language-agnostic","omni-platform","rpc","rust","unified","websocket"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnuverseHQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-16T13:11:25.000Z","updated_at":"2024-10-29T00:54:54.000Z","dependencies_parsed_at":"2024-10-29T01:29:48.886Z","dependency_job_id":null,"html_url":"https://github.com/AnuverseHQ/qRPC-Socket","commit_stats":null,"previous_names":["anuversehq/qrpc-socket"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnuverseHQ%2FqRPC-Socket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnuverseHQ%2FqRPC-Socket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnuverseHQ%2FqRPC-Socket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnuverseHQ%2FqRPC-Socket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnuverseHQ","download_url":"https://codeload.github.com/AnuverseHQ/qRPC-Socket/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222710019,"owners_count":17026771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graphql","hacktoberfest","language-agnostic","omni-platform","rpc","rust","unified","websocket"],"created_at":"2024-11-02T12:07:40.456Z","updated_at":"2026-02-09T16:31:42.034Z","avatar_url":"https://github.com/AnuverseHQ.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# qRPC-Socket\n\nqRPC-Socket is an open-source project that aims to combine the power of **gRPC's binary procedure calls**, **GraphQL's graph query handling**, and **WebSocket's real-time communication** into a single, flexible communication framework. Built in **Rust**, qRPC-Socket will allow developers to experiment and explore new ways of handling remote procedure calls and graph-based queries over persistent, low-latency connections.\n\n## Current Status\n\nThe main focus of this project at the moment is **research** and **exploration**. We are investigating how to:\n- Integrate **Protobuf** for efficient data serialization.\n- Build custom **socket handshakes** for real-time connections (using WebSockets).\n- Evaluate whether to use **GraphQL** or create a custom query language to handle complex data queries.\n- Explore and mix technologies to develop a new approach for efficient, real-time communication across multiple platforms.\n\nThe ultimate goal is to create an architecture that leverages these technologies to build scalable, real-time systems, but for now, we're in the **exploration phase**. Contributions, suggestions, and discussions are welcome!\n\n## Why qRPC-Socket?\n\nqRPC-Socket offers a fresh take on remote procedure calls by combining the efficiency of binary formats like Protobuf with the flexibility of graph queries and real-time, bidirectional communication over WebSockets. This allows developers to:\n- Use real-time data feeds and interactions.\n- Execute RPC calls with efficient, binary-level communication.\n- Query data in flexible, graph-based formats, supporting complex relationships and interactions.\n- Mix and match technologies for specialized use cases.\n\n## License\n\nThis project is licensed under the **Apache 2.0 License**. See the [LICENSE](./LICENSE) file for more details.\n\n## Roadmap\n\n### Phase 1: Research and Prototyping\n- [x] Initial research on using **Protobuf** for data serialization in Rust.\n- [ ] Prototyping custom **socket handshake** using WebSocket.\n- [ ] Investigate **GraphQL** integration or custom graph query language design.\n- [ ] Develop an initial **proof of concept** for mixing Protobuf, WebSocket, and a query system.\n- [ ] Build basic examples to showcase functionality.\n\n### Phase 2: Implementation and Experimentation\n- [ ] Implement a prototype for **RPC over WebSocket** using Rust.\n- [ ] Create a basic **graph query system** to experiment with data queries and RPC.\n- [ ] Test different **socket handshake** mechanisms and optimize for performance.\n- [ ] Set up a **benchmarking system** to evaluate performance across different versions.\n\n### Phase 3: Versioning and Community Feedback\n- [ ] Develop multiple versions using **Canary** for experimenting with different approaches (e.g., socket handshakes, query mechanisms).\n- [ ] Collect community feedback and refine the project based on real-world use cases and developer input.\n- [ ] Begin documenting and building **developer-friendly APIs** for qRPC-Socket.\n\n### Phase 4: Stabilization and Release\n- [ ] Finalize the core architecture and communication format.\n- [ ] Harden the WebSocket, RPC, and query systems for production use.\n- [ ] Release the first **stable version** with documentation and examples.\n- [ ] Continue to evolve the project based on community feedback and emerging technologies.\n\n## Contributing\n\nWe welcome contributions! Whether you're interested in helping with research, prototyping, or just have suggestions for improving the project, feel free to open an issue or a pull request. You can also join the discussion to share ideas or ask questions.\n\n## Contact\n\nIf you have any questions or want to get involved, please reach out or join the discussions in our GitHub Issues.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuversehq%2Fqrpc-socket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanuversehq%2Fqrpc-socket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuversehq%2Fqrpc-socket/lists"}