This repository contains the TypeScript implementations for the Link protocol, a lightweight, multiplexed communication protocol over WebSockets.
- @marketrix.ai/link-server: The server-side library.
- @marketrix.ai/link-client: The client-side library.
To install these packages, you must configure your npm client to use the GitHub Package Registry for the @marketrix.ai scope.
You can install the packages from npm:
npm install @marketrix.ai/link-server
npm install @marketrix.ai/link-clientPlease refer to the README files in each package directory for detailed usage instructions: