npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

protocast-publisher

v0.1.3

Published

## Setup

Downloads

2

Readme

Protocast Publisher

Setup

Run setup.bat, and define required environment variables in .env file. For example:

PUB_TOKEN=c1a263e2-9be2-424c-963e-c892b93ee41b
PORTS='{"mvn":[9763,9763],"livelink":[1111,1111]}'
  • PUB_TOKEN - A token used to match publisher streams with their subscribers. If you haven't received a publish token, please contact the author.
  • PORTS - A JSON object where each entry represents a stream I/O. The key is the stream type, and the value is a tuple that contains the stream port on the publisher machine, followed by the stream port on the subscriber machine.

Running

Execute the run.bat file. Once the publisher is started, the backend will allocate the necessary resources for the streams to function correctly. This process may take up to 10 minutes to warm up. If you see a message that says "Waiting for server," please wait a few minutes, and the streams should begin flowing once the backend is ready.

The allocated resources will remain available even after you've shut down the publisher process, so you don't need to be concerned about long startup times. If you want to ensure higher availability for your publisher, just keep the process running. Remember that you'll be charged for egress, so make sure you don't have any active subscribers if you decide to do so.

Copyright

© Eytan Manor. All rights reserved.