Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 500 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 500 Bytes

Electron socket.io example

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/clytras/electron-socket
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the server socket
node ./socket/index.js
# Run the app
npm start