1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
Nick O'Leary ed31a0cf15
Update to WS 6.x and fix all it broke
Significant update to the ws module to get it completely up to date.

The jump from 1.x to 6.x has required a rewrite of our WS handling. Most
specifically the means by which you can have multiple ws servers on a
single http server has completely changed; we now have to handle the
'upgrade' event on the server ourselves.
2019-01-08 16:21:36 +00:00
..
2019-01-08 16:21:36 +00:00
2018-10-25 11:18:13 +01:00
2018-08-21 13:57:59 +01:00
2018-08-21 13:43:11 +01:00

@node-red/editor-api

Node-RED editor api module.

This provides an Express application that can be used to serve the Node-RED editor.

Source

The main Node-RED modules are maintained as a monorepo on GitHub.