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 year ago
JSON representation

Websockets-based push notifications in the Electron application demo

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
```