JSPM

express-long-polling

0.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15
  • Score
    100M100P100Q26128F
  • License BSD-2-Clause

Library to implement long-polling API on express server.

Package Exports

  • express-long-polling
  • express-long-polling/core.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (express-long-polling) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

express-long-polling

Library to implement long-polling API on express server.

npm Package Version

Usage Example

See server.ts, process-task.ts and submit-task.ts in demo project.

License

This project is licensed with BSD-2-Clause

This is free, libre, and open-source software. It comes down to four essential freedoms [ref]:

  • The freedom to run the program as you wish, for any purpose
  • The freedom to study how the program works, and change it so it does your computing as you wish
  • The freedom to redistribute copies so you can help others
  • The freedom to distribute copies of your modified versions to others