Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/groovecoder/nodejitsu-wss
https://github.com/groovecoder/nodejitsu-wss
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/groovecoder/nodejitsu-wss
- Owner: groovecoder
- Created: 2012-05-07T15:59:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-07T16:47:18.000Z (over 12 years ago)
- Last Synced: 2024-10-16T05:36:51.218Z (3 months ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nodejitsu-wss
=============Quick example app to show how to deploy a websocket app using wss:// on
nodejitsuDo it
-----
1. npm install
2. edit package.json:```javascript
"name": "",
"subdomain": "",
"version": "",
```
3. edit index.html:```javascript
io.connect('wss://.nodejitsu.com');
```
4. jitsu deployTest it
-------1. sudo node server.js
2. open http://localhost/
3. click "connect"It should show the messages in the console log, which means it communicated to
your nodejitsu.com subdomain over wss://