0.18.1 • Published 1 year ago

@wuespace/vertx-mock-server v0.18.1

Weekly downloads
21
License
MIT
Repository
github
Last release
1 year ago

Telestion Vert.x Mock Server

npm: @wuespace/vertx-mock-server

Maintainability Test Coverage GitHub Workflow Status GitHub Workflow Status GitHub Node 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:

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..

0.18.1

1 year ago

0.18.0

2 years ago

0.17.0

3 years ago

0.16.0

3 years ago

0.15.0

3 years ago

0.14.0

3 years ago

0.13.0

3 years ago

0.12.1

3 years ago

0.12.0

3 years ago

0.11.0

3 years ago

0.10.1

3 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago