Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T16:27:00.000Z (almost 8 years ago)
- Last Synced: 2024-11-30T15:10:41.902Z (about 1 month ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 6
- Watchers: 3
- 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
```