🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@inditextech/weave-store-websockets

Package Overview
Dependencies
Maintainers
6
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inditextech/weave-store-websockets

<!-- SPDX-FileCopyrightText: 2025 2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)

0.31.0
latest
Source
npm
Version published
Weekly downloads
629
23.09%
Maintainers
6
Weekly downloads
 
Created
Source

Weave.js / Azure Web PubSub Store

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

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 install

Usage

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-websockets
$ npm run link --workspace=@inditextech/weave-store-websockets

Lint the package

$ npm run lint --workspace=@inditextech/weave-store-websockets

Test the package

$ npm run test --workspace=@inditextech/weave-store-websockets

To 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-websockets

To launch a local test server using Koa, use the command:

$ npm run dev:server:koa --workspace=@inditextech/weave-store-websockets

License

This project is licensed under the terms of the Apache-2.0 license.

© 2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)

FAQs

Package last updated on 25 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts