@hive-command/discovery-server
TypeScript icon, indicating that this package has built-in type declarations

1.4.15-alpha.196 • Public • Published

Command Discovery Server

The Command Discovery Server is a service that allows you to discover commands that are available on the network.

Usage

import { DiscoveryServer } from "@hive-command/discovery-server";

(async () => {
	const server = new DiscoveryServer();

	await server.listen(8080);
})()

Readme

Keywords

none

Package Sidebar

Install

npm i @hive-command/discovery-server

Weekly Downloads

2

Version

1.4.15-alpha.196

License

ISC

Unpacked Size

115 kB

Total Files

28

Last publish

Collaborators

  • thetechcompany