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

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

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`