This package generates the @inditextech/weave-store-websockets
package, this package defines a client and server tools to setup Weave using native Websockets API as transport.
We support servers like:
- Express.js
- Koa
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 install
This is a monorepo, this commands need to be from the /code
folder of the repo.
$ npm run build --workspace=@inditextech/weave-store-websockets
$ npm run link --workspace=@inditextech/weave-store-websockets
$ npm run lint --workspace=@inditextech/weave-store-websockets
$ npm run test --workspace=@inditextech/weave-store-websockets
To launch a local test server using Express.js, use the command:
$ npm run dev:server:express --workspace=@inditextech/weave-store-websockets
To launch a local test server using Koa, use the command:
$ npm run dev:server:koa --workspace=@inditextech/weave-store-websockets
This project is licensed under the terms of the Apache-2.0 license.
© 2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)