138 breaking releases

new 0.140.0 Apr 25, 2024
0.138.0 Apr 12, 2024
0.135.0 Mar 28, 2024
0.121.0 Dec 21, 2023
0.4.0 Jul 26, 2021

#965 in Network programming

Download history 844/week @ 2024-01-05 1154/week @ 2024-01-12 928/week @ 2024-01-19 1126/week @ 2024-01-26 1256/week @ 2024-02-02 1125/week @ 2024-02-09 1391/week @ 2024-02-16 1670/week @ 2024-02-23 1401/week @ 2024-03-01 1442/week @ 2024-03-08 1262/week @ 2024-03-15 1179/week @ 2024-03-22 1702/week @ 2024-03-29 1110/week @ 2024-04-05 1486/week @ 2024-04-12 676/week @ 2024-04-19

5,261 downloads per month
Used in 36 crates (14 directly)

MIT license

135KB
3.5K SLoC

Rust 3K SLoC // 0.0% comments JavaScript 774 SLoC // 0.0% comments TypeScript 108 SLoC // 0.8% comments

deno_net

This crate implements networking APIs.

This crate depends on following extensions:

  • "deno_web"
  • "deno_fetch"

Following ops are provided:

  • "op_net_accept_tcp"
  • "op_net_accept_unix"
  • "op_net_connect_tcp"
  • "op_net_connect_unix"
  • "op_net_listen_tcp"
  • "op_net_listen_udp"
  • "op_net_listen_unix"
  • "op_net_listen_unixpacket"
  • "op_net_recv_udp"
  • "op_net_recv_unixpacket"
  • "op_net_send_udp"
  • "op_net_send_unixpacket"
  • "op_dns_resolve"
  • "op_net_connect_tls"
  • "op_net_listen_tls"
  • "op_net_accept_tls"
  • "op_tls_start"
  • "op_tls_handshake"

Dependencies

~105MB
~2M SLoC