Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eugenehp/secure-socket.io-nginx-mvp

secured stream between the user and nodejs logic
https://github.com/eugenehp/secure-socket.io-nginx-mvp

Last synced: 3 days ago
JSON representation

secured stream between the user and nodejs logic

Awesome Lists containing this project

README

        

secure-socket.io-nginx-mvp
==========================

secured stream between the user and nodejs logic

an nginx.conf routing the incoming ws on port 80 to the node process running on it's own port. If the TLS will work by terminating at nginx, then that would be nice if I didn't need ot worry about it at the node end, but socket.io must work with it that way