An open API service indexing awesome lists of open source software.

https://github.com/qeesung/ele-websocket

websocket client write in electron
https://github.com/qeesung/ele-websocket

Last synced: 9 months ago
JSON representation

websocket client write in electron

Awesome Lists containing this project

README

          

# EleWebsocket

WebSocket client write in Electron

## Usage

### How to Start the client

```bash
# clone the code
git clone https://github.com/qeesung/ele-websocket.git

# install the dependencies
npm install -g angular-cli
npm install -g electron
npm i

# start the client
npm run start
# or
ng build && electron .
```