All Projects → firede → apollo-link-electron

firede / apollo-link-electron

Licence: MIT license
Get GraphQL results over IPC for Electron apps. (WIP)

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to apollo-link-electron

Flying Pigeon
flying-pigeon 是一个IPC 跨进程通信组件,底层是匿名内存+Binder , 突破1MB大小限制,无需写AIDL文件,让实现跨进程通信就像写一个接口一样简单
Stars: ✭ 97 (+470.59%)
Mutual labels:  ipc
Kalm.js
The socket manager
Stars: ✭ 155 (+811.76%)
Mutual labels:  ipc
Iceoryx
iceoryx - true zero-copy inter-process-communication
Stars: ✭ 208 (+1123.53%)
Mutual labels:  ipc
Zetaipc
A tiny .NET library to do inter-process communication (IPC) between different processes on the same machine.
Stars: ✭ 111 (+552.94%)
Mutual labels:  ipc
Jstp
Fast RPC for browser and Node.js based on TCP, WebSocket, and MDSF
Stars: ✭ 132 (+676.47%)
Mutual labels:  ipc
Andromeda
Andromeda simplifies local/remote communication for Android modularization
Stars: ✭ 2,203 (+12858.82%)
Mutual labels:  ipc
Ipc
Public domain single header inter process communication primitives
Stars: ✭ 85 (+400%)
Mutual labels:  ipc
FactoryOrchestrator
A cross-platform system service which provides a simple way to run and manage factory line validation, developer inner-loop, diagnostics, and fault analysis workflows.
Stars: ✭ 36 (+111.76%)
Mutual labels:  ipc
Ruby Dbus
A Ruby binding for DBus
Stars: ✭ 142 (+735.29%)
Mutual labels:  ipc
Ohsce
PHP HI-REL SOCKET TCP/UDP/ICMP/Serial .高可靠性PHP通信&控制框架SOCKET-TCP/UDP/ICMP/硬件Serial-RS232/RS422/RS485 AND MORE!
Stars: ✭ 206 (+1111.76%)
Mutual labels:  ipc
Sgf
This is a Smart Game Foundation (Not Framework)
Stars: ✭ 122 (+617.65%)
Mutual labels:  ipc
Shadesmar
Fast C++ IPC using shared memory (with msgpack)
Stars: ✭ 126 (+641.18%)
Mutual labels:  ipc
Chromium Ipc Sniffer
A tool to capture communication between Chromium processes on Windows
Stars: ✭ 197 (+1058.82%)
Mutual labels:  ipc
Reactor Netty
TCP/HTTP/UDP/QUIC client/server with Reactor over Netty
Stars: ✭ 1,743 (+10152.94%)
Mutual labels:  ipc
Tosdatabridge
A collection of resources for pulling real-time streaming data off of TDAmeritrade's ThinkOrSwim(TOS) platform; providing C, C++, Java and Python interfaces.
Stars: ✭ 229 (+1247.06%)
Mutual labels:  ipc
Endurox
Enduro/X Middleware Platform for Distributed Transaction Processing
Stars: ✭ 91 (+435.29%)
Mutual labels:  ipc
Ipcinvoker
A IPC Invoker for Android Development.
Stars: ✭ 176 (+935.29%)
Mutual labels:  ipc
wat
How fast are computers?
Stars: ✭ 26 (+52.94%)
Mutual labels:  ipc
procbridge
A super-lightweight IPC (Inter-Process Communication) protocol over TCP socket.
Stars: ✭ 118 (+594.12%)
Mutual labels:  ipc
Gear Lib
Gear-Lib, C library for IOT Embedded Multimedia and Network
Stars: ✭ 2,381 (+13905.88%)
Mutual labels:  ipc

apollo-link-electron

Get GraphQL results over IPC for Electron apps.

This project is WORK IN PROGRESS, do NOT try to use it :trollface:

Installation

npm i apollo-link-electron electron-graphql

Usage

Import and initialize this link in just two lines:

import { createElectronLink } from "apollo-link-http";

const link = createElectronLink({ channel: "graphql-electron" });

MIT © Firede, built with & 💖

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].