@inditextech/weave-store-azure-web-pubsub
v2.11.0
Published
<!-- SPDX-FileCopyrightText: 2025 2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)
Downloads
2,027
Keywords
Readme
Weave.js / Azure Web PubSub Store
This package generates the @inditextech/weave-store-azure-web-pubsub package, this package defines a client and server tools to setup Weave using Azure Web PubSub as transport.
We support servers like:
- Express.js
- Koa
Setup
This is a monorepo, to install this package dependencies, just setup the monorepo, this can be done by locating on the /code project and execute the following command.
$ npm installUsage
This is a monorepo, this commands need to be from the /code folder of the repo.
Build the package
$ npm run build --workspace=@inditextech/weave-store-azure-web-pubsubLink the package
$ npm run link --workspace=@inditextech/weave-store-azure-web-pubsubLint the package
$ npm run lint --workspace=@inditextech/weave-store-azure-web-pubsubTest the package
$ npm run test --workspace=@inditextech/weave-store-azure-web-pubsubTo launch a local test server
To launch a local test server using Express.js, use the command:
$ npm run dev:server:express --workspace=@inditextech/weave-store-azure-web-pubsubTo launch a local test server using Koa, use the command:
$ npm run dev:server:koa --workspace=@inditextech/weave-store-azure-web-pubsubLicense
This project is licensed under the terms of the Apache-2.0 license.
© 2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)
