https://github.com/instantwebp2p/sws
Secure WebSocket on HTTP using NaCL
https://github.com/instantwebp2p/sws
nacl-cert secure-websocket sws tweetnacl websocket wss
Last synced: 9 months ago
JSON representation
Secure WebSocket on HTTP using NaCL
- Host: GitHub
- URL: https://github.com/instantwebp2p/sws
- Owner: InstantWebP2P
- License: mit
- Created: 2014-11-10T00:34:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T19:54:15.000Z (about 5 years ago)
- Last Synced: 2025-07-11T07:34:33.954Z (9 months ago)
- Topics: nacl-cert, secure-websocket, sws, tweetnacl, websocket, wss
- Language: JavaScript
- Homepage: http://instantwebp2p.github.io/sws
- Size: 515 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SWS - SecureWebSocket
=====================
Securing WebSocket over HTTP instead of HTTPS using NACL
### API/Usage
* In Node.js, refer to [tests/node.js](tests/node.js)
* In Browser, refer to [demos/srv.js](demos/srv.js), [demos/content/](demos/content/)
* Used as stream, refer to tests/stream.js, support Node.js only
### [SecureWebSocket Spec/RFC](https://github.com/InstantWebP2P/sws-spec)
### Install
* npm install node-sws
### License
(The MIT License)
Copyright (c) 2014-present Tom Zhou(appnet.link@gmail.com)