sdelements / lets-chat

Self-hosted chat app for small teams
http://sdelements.github.io/lets-chat
MIT License
9.76k stars 1.58k forks source link

Documentation Installation Prerequisites update needed #709

Closed SyZn closed 7 years ago

SyZn commented 7 years ago

The latest version seems not to work anymore on nodejs v0.10.x. Got an error on using TLS with nodejs v0.10.43 stating that "createSecureContext" function is not available. NodeJS Documentation (https://nodejs.org/api/tls.html#tls_tls_createsecurecontext_options) told me that this function was added in v0.11.13. Please change the requirement to at least nodejs v0.11+

hhaidar commented 7 years ago

Updated, thank you!