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

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.

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.