Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eugenehp/secure-socket.io-nginx-mvp
- Owner: eugenehp
- License: mit
- Created: 2014-10-20T19:55:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-20T19:55:38.000Z (about 10 years ago)
- Last Synced: 2023-04-10T05:52:17.262Z (over 1 year ago)
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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