@voliware/electron-udp
v1.0.0
Published
A simple electron app to create UDP clients and servers to send and receive datagrams
Downloads
8
Readme
electron-udp
A simple electron app to create UDP clients and servers to send and receive datagrams. You can add N UDP clients on any host and port and N UDP servers on any host and port. This is a dead simple app to test against other UDP clients or servers.
Development
Run npm install
. During development, you can use npm start
to start the electron application.
Distribution
To build for distribution (exe and associated files) run npm run build
. Contents will be output to electron-udp-win32-x64
, specifically electron-udp.exe
. You can use electron-packager
to build for other targets. This folder is currently added to the .gitignore
file. There are other electron packages such as electron-forge
to build for real distribution.
License
MIT License
Notes
This was developed within an hour timeframe for prototyping unrelated UDP applications.