Hackerfleet / hfos-legacy

Hackerfleet Operating System
GNU Affero General Public License v3.0
29 stars 4 forks source link

Allow different ports for frontend deployment and socket #184

Closed ri0t closed 8 years ago

ri0t commented 8 years ago

The frontend developers need a way to harness the efficiency of hot module replacement etc. by specifying a different port for the websocket than what the browser used to get the frontend app from.

This probably involves a lot of security issues, i.e. should not be used in production.

ri0t commented 8 years ago

Aaand done, it notifies the developer by adding red glow to the status indicator. Not sure it'll stay that way.