Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Create standard Node.js app for alerting to HTML5 apps #45

Open
adamfowleruk opened this issue Feb 11, 2014 · 2 comments
Open

Create standard Node.js app for alerting to HTML5 apps #45

adamfowleruk opened this issue Feb 11, 2014 · 2 comments

Comments

@adamfowleruk
Copy link
Owner

I've previously built a situational awareness app that provided a HTTP and WebSockets server for provisioning HTML apps to web browsers. It also provided a HTTP restful server for MarkLogic alerts to fire messages to. These were immediately sent to the clients.

Would be great to almost productise this piece. As a later extension, provide a Node.js proxy for the REST API in HTML5 apps using MLJS. I can provide original code on asking.

@adamfowleruk
Copy link
Owner Author

I've started this in DEV branch. Created classes to manage Node.js web server with websockets support for alerting.

TODO:-

  • AUTH mimicking
  • REST /v1/ URL proxying
  • Add easy alerting support to MLJS Core (test what's there already)
  • Support multiple clients and test
  • Test for XSS and cross-session vulnerabilities

@adamfowleruk
Copy link
Owner Author

Going to leave security for a later version - too complex to implement quickly. May need refactoring of auth code generally in MLJS. Also leaving testing of vulns for later.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant