Telestion Service Framework for Deno
This library provides a framework for building Telestion services in Deno.
Usage
import {startService} from 'https://deno.land/x/telestion/mod.ts';
const {nc} = await startService();
nc
is a NatsConnection
instance. The library automatically handles the connection to the NATS broker.
For more information, have a look at the documentation.
Behavior Specification
The behavior of this library is specified in
the Behavior Specification.
This specification is also used to test the library.
The source code of the tests can be found in the repository under /backend-features
.
License
This project is licensed under the terms of the MIT license.