https://github.com/ryands17/electron-sockets
An Electron app (React) connected to a Node Backend (Backpack) and SocketIO
https://github.com/ryands17/electron-sockets
electron expessjs react socket-io
Last synced: 5 months ago
JSON representation
An Electron app (React) connected to a Node Backend (Backpack) and SocketIO
- Host: GitHub
- URL: https://github.com/ryands17/electron-sockets
- Owner: ryands17
- Created: 2019-01-21T19:26:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-04T00:51:23.000Z (over 4 years ago)
- Last Synced: 2025-04-08T10:11:12.223Z (10 months ago)
- Topics: electron, expessjs, react, socket-io
- Language: JavaScript
- Size: 3.05 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Socketeer: A simple sockets app made with Electron
##### Server (made using Backpack)
To run:
- `cd server`
- `npm run dev`
To build:
- `cd server`
- `npm run build`
##### Client (made with React using CRA and `customize-cra`)
To run:
- `npm run electron-dev`
To build:
- `npm run electron-pack`