This package has been deprecated

Author message:

Accidental publish, use 0.18.0 instead

@wuespace/vertx-mock-server
TypeScript icon, indicating that this package has built-in type declarations

0.18.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @wuespace/vertx-mock-server

Weekly Downloads

1

Version

0.18.1

License

MIT

Unpacked Size

5.58 kB

Total Files

3

Last publish

Collaborators

  • fussel178
  • pklaschka
  • wuespaceadmin