@tum-far/ubii-client-manager
v0.1.2
Published
The `ClientManager` is part of a Server node. The `ClientManager` can manage `Client` objects. It manages all via network connected entities as clients.
Downloads
9
Readme
ubii-client-manager
The ClientManager
is part of a Server node. The ClientManager
can manage Client
objects. It manages all via network connected entities as clients.
Table of Contents
CLIs
Tests
- Run
npm test
to process all standard tests. See the Testing section for more details on tests.
Testing
- This module uses the AVA test runner.
- You can add new tests to the test folder. See the AVA Documentation for more details on how to create new test cases for AVA.