Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@voliware/electron-udp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voliware/electron-udp

A simple electron app to create UDP clients and servers to send and receive datagrams

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

Keywords

FAQs

Package last updated on 11 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc