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

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

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)