@repcomm/anbunny
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

anbunny

img

WebSocket/http based localhost announcer relay server.

Purpose

I want to create an easy/extendable way to share basic info between web pages/apps/extentions on the localhost machine only.

For instance, a browser extension to detect what music is being listened to from yt,ytm,spotify,soundcloud, etc and sends it to the anbunny localhost server, where it will be relayed to other processes that subscribe to that specific type of data.

Main goals/features

  • securely pass / subscribe to data on localhost
  • reject non-localhost connections
  • singleshot http post/get
  • websocket pub/sub
  • unique key based pub/sub

usage

TODO

Installation

You only need the ts definitions for intellisense.

npm i --save-dev @repcomm/anbunny

Package Sidebar

Install

npm i @repcomm/anbunny

Weekly Downloads

1

Version

1.0.2

License

Unlicense

Unpacked Size

8.39 kB

Total Files

8

Last publish

Collaborators

  • repcomm