Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shisama/nodejs-21


https://github.com/shisama/nodejs-21

Last synced: about 9 hours ago
JSON representation

Awesome Lists containing this project

README

        

# nodejs-21

## Prerequisites

Node.js: 21.4.0

## Setup

```sh
npm ci
```

## Commands

### fetch

Run fetch.js to test fetch().

```sh
npm run fetch
```

### websocket

Run WebSocket server.

```sh
npm run websocket:server
```

Run WebSocket client using Node.js built-in WebSocket module.

```sh
npm run websocket:client
```

### navigator

Run navigator.js to test navigator.language & navigator.languages.

```sh
npm run navigator
```

### array

Run array_grouping.js to test Array.prototype.grouping().

```sh
npm run array
```