Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shisama/nodejs-21
https://github.com/shisama/nodejs-21
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/shisama/nodejs-21
- Owner: shisama
- License: mit
- Created: 2023-12-16T03:14:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-16T05:35:53.000Z (11 months ago)
- Last Synced: 2024-04-15T04:37:20.603Z (7 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```