Skip to content

Latest commit

 

History

History

vertx-mock-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Telestion Vert.x Mock Server

npm: @wuespace/vertx-mock-server

Maintainability Test Coverage GitHub Workflow Status (with branch) GitHub Node current PNPM current Twitter Follow

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.

Installation

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/

Package structure

.
├── 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.)

Contributing

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.

Contributors

Thank you to all contributors of this repository:

Contributors

Made with contributors-img.

About

This is part of Telestion, a project by WüSpace e.V..