apollo-socket-network-interface-client
v0.1.11
Published
Apollo-GraphQL network interface for sockets.
Downloads
2
Keywords
Readme
Apollo Socket Network Interface (Client)
Apollo-GraphQL network interface for sockets.
Enables high-performance communication without the overhead of HTTP.
Example
import {ApolloClient} from 'apollo-client';
import LocalNetworkInterface from 'apollo-socket-network-interface-client';
export default new ApolloClient({
networkInterface: new LocalNetworkInterface({
path: '/tmp/your-service.sock'
})
});
License
MIT.