https://github.com/lossurdo/websocket-sample
WebSocket sample application simulating WhatsApp QRCode authentication with Node.js, Bower and Grunt
https://github.com/lossurdo/websocket-sample
Last synced: 3 months ago
JSON representation
WebSocket sample application simulating WhatsApp QRCode authentication with Node.js, Bower and Grunt
- Host: GitHub
- URL: https://github.com/lossurdo/websocket-sample
- Owner: lossurdo
- License: mit
- Created: 2015-09-18T18:35:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T18:13:09.000Z (about 6 years ago)
- Last Synced: 2025-01-17T07:30:50.214Z (5 months ago)
- Language: HTML
- Size: 8.79 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# websocket-sample
WebSocket sample application simulating WhatsApp QRCode authentication with Node.js, Bower and Grunt.Clone this repository and run these commands:
```
$ bower install
$ npm install
$ grunt
$ node app.js
```Open [http://localhost:9000](http://localhost:9000), take a picture of the QRCode and see (the magic) the following message changing from *"Waiting for mobile phone..."* to *"Received a smartphone call!"*. Use the QRCode Android/iOS app for that.
Try to use your browser dev tools plugin to see log messages on the console.