Skip to content

Releases: punund/nu_plugin_socket

v0.1.0

10 Dec 11:46

Choose a tag to compare

Initial release of the nu_plugin_socket plugin

Features:

  • socket connect command for TCP and UDP clients.
  • socket listen command for concurrent, closure-based TCP servers.
  • Support for service name resolution (e.g., http for port 80).
  • Configurable timeouts to prevent hangs.