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

endpointjs

v0.4.1

Published

Endpoint.js enables modules within a web application to discover and use each other, whether that be on the same web page, other browser windows and tabs, iframes, servers and web workers in a reactive way by providing robust discovery, execution and stre

Downloads

13

Readme

Endpoint.js Endpoint.js v0.4.1

Build Status

Endpoint.js enables modules within a web application to discover and use each other, whether that be on the same web page, other browser windows and tabs, iframes, servers, web workers and processes in a reactive way by providing discovery, execution and streaming interfaces.

Ad-hoc Network A robust ad-hoc application network, enabling multi-hop communication across any topology, including browser windows, tabs, web workers, web servers, processes, and peer-to-peer

Increased Performance Increased application performance, allowing easy off-loading and routing of complex processing to background workers, processes or browser tabs

Save Time Develop Here, Deploy There: Develop to uniform APIs, reducing deployment and integration details to a configuration exercise

Built-in Security Built-in security features enables fine-grained control over movement of data

How do I use it (aka "Documentation")?

Take a look at our Basic Usage, Configuration Guide, API at a Glance, Advanced Usage, Security Guide, read the suggested integration document, or check out the Architecture Diagram.

Build

You must have node.js, npm and grunt-cli installed before building Endpoint.js:

npm install -g grunt-cli

To build Endpoint.js, use the following:

npm install
grunt production

The output files will be placed in dist/ folder. To build plugins, use the following command:

grunt plugins

To build the documentation, use the following command. The files will be placed in dist/jsdoc/ folder. In addition, a markdown file of all the markdown documentation will be placed in dist/endpoint-docs.pdf.

grunt docs

To run unit tests (with chrome only for now), use the following command. Coverage reports are in reports/coverage:

grunt test

To run integration tests (with chrome only for now), use the following commands. Logs are in reports/wdio:

grunt integration-setup
grunt integration

Examples

To run the demos, use the following on the command line:

npm install
grunt demo

Open up a browser to one of the following examples:

Additionally, an example of Endpoint.js being run on the express server is provided in examples/app.js.

Contributing

All pull request contributions to this project will be released under the Apache 2.0 or compatible license. Software source code previously released under an open source license and then modified by NGA staff is considered a "joint work" (see 17 USC § 101); it is partially copyrighted, partially public domain, and as a whole is protected by the copyrights of the non-government authors and must be released according to the terms of the original open source license.

Getting Support

Our team is working to add a website and mailing list. In the meantime, you can create an issue.

Compatibility

Endpoint.js is verified compatible with IE8+ and Firefox 3.6+. Chrome in general is supported.

If you want to use console on IE8, you must include the following ES5 shims:

https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.1.13/es5-shim.min.js
https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.1.13/es5-sham.min.js

You must also include the following on IE8 and certain versions of Firefox:

https://cdnjs.cloudflare.com/ajax/libs/json2/20150503/json2.min.js

Copyright and Legal

(C) 2016 Booz Allen Hamilton, All rights reserved

Powered by InnoVision, created by the GIAT

Endpoint.js was developed at the National Geospatial-Intelligence Agency (NGA) in collaboration with Booz Allen Hamilton. The government has "unlimited rights" and is releasing this software to increase the impact of government investments by providing developers with the opportunity to take things in new directions.

This documentation uses icons designed by Freepik.

License

Licensed under the Apache License, Version 2.0