1.0.2 • Published 2 years ago

@repcomm/anbunny v1.0.2

Weekly downloads
-
License
Unlicense
Repository
github
Last release
2 years ago

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
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago