npm: @wuespace/vertx-mock-server
A mock server for the Vert.x Event Bus. Useful for developing and testing widgets without a full-blown Java-based Telestion backend running in the background.
First, add it as a dependency to your project:
pnpm add @wuespace/vertx-mock-server
# or
npm install @wuespace/vertx-mock-server
After installation, check out the exported members:
import { MockServer } from '@wuespace/vertx-mock-server';
const mockServer = new MockServer();
For a full list of all exported members, check out the reference: https://wuespace.github.io/telestion-client/@wuespace/vertx-mock-server/
.
├── build (built in build script)
├── src
│ ├── index.ts
│ └── [...]
├── types (built in build script, gets assembled to single build/index.d.ts file)
│ ├── index.d.ts
│ └── [...]
├── CHANGELOG.md (DO NOT TOUCH! auto-generated changelog for the package)
├── LICENSE
├── package.json
├── README.md (you're here :P)
└── [...] (configuration files, etc.)
If you want to contribute to this package, please take a look at the Telestion Client monorepo that manages this package, among other Telestion Client packages.
Thank you to all contributors of this repository:
Made with contributors-img.
This is part of Telestion, a project by WüSpace e.V..