jjalan / electron-grpc-client

Electron client using Typescript / JS / React with grpc for backend communication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electron-grpc-client

Electron client using Typescript / JS / React with grpc for backend communication

Clone and run to see Electron in action using grpc to access a remote service

This is a minimal Electron application based on the Quick Start Guide within the Electron documentation.

To Use

# Clone this repository
git clone https://github.com/philcleveland/electron-grpc-client
# Go into the repository
cd electron-grpc-client

Install dependencies

npm install

Rebuild native dependencies

npm rebuild

Run the app

npm start

Other Example Apps

For more example apps, see the list of boilerplates created by the awesome electron community.

Learn more about Electron and its API in the documentation.

License MIT License)

About

Electron client using Typescript / JS / React with grpc for backend communication

License:MIT License


Languages

Language:JavaScript 71.0%Language:TypeScript 13.1%Language:HTML 12.7%Language:Protocol Buffer 3.2%