All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

Go to download

The `Server Sent Events` extension connects to an [EventSource](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events) directly from HTML. It manages the connections to your web server, listens for server events, an

There is a newer version: 2.2.1
Show newest version
{
  "name": "htmx-ext-sse",
  "main": "sse.js",
  "version": "2.2.2",
  "scripts": {
    "lint": "eslint test/ext test",
    "lint-fix": "eslint test/ext test --fix",
    "format": "eslint --fix test/ext test",
    "test": "mocha-chrome test/index.html",
    "www": "bash ./scripts/www.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bigskysoftware/htmx-extensions.git"
  },
  "devDependencies": {
    "chai": "^4.3.10",
    "chai-dom": "^1.12.0",
    "mocha": "10.1.0",
    "mocha-chrome": "https://github.com/Telroshan/mocha-chrome",
    "sinon": "^9.2.4",
    "htmx.org": "^2.0.2"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy