moscajs / mosca

MQTT broker as a module
mosca.io
3.2k stars 507 forks source link

When would wss support be ready for aedes? #378

Closed shailen1 closed 8 years ago

shailen1 commented 8 years ago

@mcollina Ran aedes yesterday with 20000 clients sending 1 msg/sec each and aedes kept up and did NOT drop any of them which mosca unfortunately seems to be doing. Consequently, we can't use mosca in production.

We'd however like to use aedes, considering it's a complete rewrite: hence the question.

Thank you for an answer at your earliest convenience.

mcollina commented 8 years ago

Aedes runs on streams, so you can already do that using https (from node) and websocket-stream. Il giorno ven 4 dic 2015 alle 18:26 shailen1 notifications@github.com ha scritto:

@mcollina https://github.com/mcollina Ran aedes yesterday with 20000 clients sending 1 msg/sec each and aedes kept up and did NOT drop any of them which mosca unfortunately seems to be doing. Consequently, we can't use mosca in production.

We'd however like to use aedes, considering it's a complete rewrite: hence the question.

Thank you for an answer at your earliest convenience.

— Reply to this email directly or view it on GitHub https://github.com/mcollina/mosca/issues/378.