This library provides an easy way to send events to a web browser (or any other client) over HTTP.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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. }