eventlinkjs
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

EventLinkJS

Name:

  1. Eventsource is not the right word, from a broader perspective, browser client just consumes the events coming some backend server.
  2. Thought of EventSink: If we look at flow of events from BE server to FE server, it is fine, but for JS app running in the browser, this is the source of events, actual sink is application itself.

EventLink justifies the purpose, captures the intent as well. It's a link for JS app to receive events whose actual source is on server.

What is EventLinkJS?

EventLinkJS is a library that helps you to connect to SSE server endpoint and receive events from it.

Why EventLinkJS?

mention problems with SSE client i.e. EventSource here, and how EventLinkJS solves them.

How to use EventLinkJS?

How to build EventLinkJS?

How to run EventLinkJS tests?

How to contribute to EventLinkJS?

How to report issues?

running expressjs server

node server.js

Readme

Keywords

none

Package Sidebar

Install

npm i eventlinkjs

Weekly Downloads

0

Version

0.0.5

License

none

Unpacked Size

499 kB

Total Files

61

Last publish

Collaborators

  • manusinghal19