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
- Host: GitHub
- URL: https://github.com/qeesung/ele-websocket
- Owner: qeesung
- Created: 2018-01-06T13:25:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T06:25:06.000Z (about 8 years ago)
- Last Synced: 2025-02-12T06:38:32.338Z (11 months ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```