https://github.com/groovecoder/nodejitsu-wss
https://github.com/groovecoder/nodejitsu-wss
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/groovecoder/nodejitsu-wss
- Owner: groovecoder
- Created: 2012-05-07T15:59:43.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-07T16:47:18.000Z (about 13 years ago)
- Last Synced: 2025-06-30T14:07:16.265Z (2 days ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 2
- Watchers: 1
- 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://