This library provides an easy way to send events to a web browser (or any other client) over HTTP.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 434B

123456789101112131415
  1. {
  2. "name": "webevents",
  3. "version": "1.2.1",
  4. "description": "A simple library for sending events from the server to the client.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://git.mort.coffee/mort/WebEvents"
  12. },
  13. "author": "Martin Dørum Nygaard <martid0311@gmail.com> (https://www.mort.coffee)",
  14. "license": "ISC"
  15. }