mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
9e3cde22d7
Original: be1eb62bdc
10 lines
240 B
Markdown
10 lines
240 B
Markdown
# Deno Networking Libraries
|
|
|
|
[![Build Status](https://travis-ci.com/denoland/net.svg?branch=master)](https://travis-ci.com/denoland/net)
|
|
|
|
|
|
Usage:
|
|
```typescript
|
|
import { Reader } from "https://deno.land/x/net/bufio.ts";
|
|
// TODO Example.
|
|
```
|