fedwiki / wiki-plugin-linkmap

Federated Wiki Plugin - linkmap
Other
2 stars 4 forks source link

Use express-ws as an alternative to raw ws #6

Closed paul90 closed 8 years ago

paul90 commented 8 years ago

This is really just a quick test to ensure that passing app into plugin servers, fedwiki/wiki-server#115, together with starting the plugin servers when in farm mode, fedwiki/wiki#73, work together in the desired way.

paul90 commented 8 years ago

websockets fail when in farm mode, with error:

failed to start plugin wiki-plugin-linkmap Error: two instances of WebSocketServer cannot listen on the same http server path

will need rewriting to use a get route, or to share an existing socket server.