logux / server

Build your own Logux server or make a proxy between a WebSocket and an HTTP backend in any language

Home Page:https://logux.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You don't have to create https server in production

gazay opened this issue · comments

If your logux server is behind some front server like nginx/apache – they'll server ssl for you and you don't have to force users of this library to provide ssl cert and key. So I think we should provide option which will switch off this check:

https://github.com/logux/logux-server/blob/master/base-server.js#L207