Skip to main content
The Deno 2 Release Candidate is here
Learn more

🧦 socks

License Actions Deno Repo Deno Docs

“Put your socks on” - Someone, probably.

An easy-to-use, relatively simple socket library for Deno.

Current features

  • Listening for TCP connections on a specified port.
  • Adding listeners to events (connect, close, etc).