enesozturk / chatectron

Web socket implementation with Socket.io & Electron & React JS πŸ’¬ πŸ–₯

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatectron

Web socket implementation with Socket.io & Electron & React JS

Building & Installing

Install npm packages. You may need --unsafe-perm parameter to instal node-sass without error in some linux disturbitions.

yarn install

Run development server. Use yarn run dev for production

yarn run dev

Run web server to bind socket connections in another tab. It will run in port 8081. You can it in server.js file.

node server

Run Electron in another tab.

yarn run start

About

Web socket implementation with Socket.io & Electron & React JS πŸ’¬ πŸ–₯

License:MIT License


Languages

Language:JavaScript 98.9%Language:CSS 1.0%Language:HTML 0.0%