manu-singhal-19-test-1
v0.0.5
Published
Downloads
5
Readme
EventLinkJS
Name:
- Eventsource is not the right word, from a broader perspective, browser client just consumes the events coming some backend server.
- 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