kkrpc is a library for building RPC systems. This module is the main entrypoint of the library. It contains all core modules of the library.
Exported modules includes
Optional adapters with peer dependencies (import separately):
kkrpc/rabbitmq
amqplib
kkrpc/kafka
kafkajs
kkrpc/redis-streams
ioredis
kkrpc/nats
@nats-io/transport-node
kkrpc/socketio
socket.io
If you want to use this library in browser, please use /browser instead.
/browser
Description
kkrpc is a library for building RPC systems. This module is the main entrypoint of the library. It contains all core modules of the library.
Exported modules includes
Optional adapters with peer dependencies (import separately):
kkrpc/rabbitmq- RabbitMQ adapter (requiresamqplib)kkrpc/kafka- Kafka adapter (requireskafkajs)kkrpc/redis-streams- Redis Streams adapter (requiresioredis)kkrpc/nats- NATS adapter (requires@nats-io/transport-node)kkrpc/socketio- Socket.IO adapter (requiressocket.io)If you want to use this library in browser, please use
/browserinstead.