https://github.com/brunocaputo/java-electron-server-client
Implementation of a Java socket server with an application node made with Electron as Client.
https://github.com/brunocaputo/java-electron-server-client
Last synced: about 2 months ago
JSON representation
Implementation of a Java socket server with an application node made with Electron as Client.
- Host: GitHub
- URL: https://github.com/brunocaputo/java-electron-server-client
- Owner: BrunoCaputo
- License: gpl-3.0
- Created: 2019-08-19T13:01:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T02:31:03.000Z (over 3 years ago)
- Last Synced: 2025-01-11T07:53:14.567Z (over 1 year ago)
- Language: Java
- Size: 175 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java+Electron Server/Client
Implementation of a Java socket server with an application node, made with Electron, as Client.
How to initiate
---------------
This application was developed in Netbeans and VSCode.
To execute is necessary Java and Node.js
First, install the global dependencies.
`npm i -g npm`
`npm i -g electron@latest`
More information in [electron documentation](https://electronjs.org/docs)
Now open the Electron folder and run the command line `npm i` to install node modules.
How to execute
--------------
After all configuration, to execute run the Java Application and click in open button to open the Electron Client.