https://github.com/agilevisionorganization/electron-websockets-demo
Websockets-based push notifications in the Electron application demo
https://github.com/agilevisionorganization/electron-websockets-demo
Last synced: about 1 year ago
JSON representation
Websockets-based push notifications in the Electron application demo
- Host: GitHub
- URL: https://github.com/agilevisionorganization/electron-websockets-demo
- Owner: AgileVisionOrganization
- License: mit
- Created: 2017-03-12T19:20:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T16:27:00.000Z (over 9 years ago)
- Last Synced: 2025-03-31T21:28:38.258Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Electron IoT Demo
# Development
Install dependencies using the following command:
```bash
npm install
```
Run the application with:
```bash
npm start
```
# Packaging
Create a standalone application using *electron-packager*:
```bash
npm run dist
```