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

https://github.com/dunghenry/nodejsv19


https://github.com/dunghenry/nodejsv19

crypto docker docker-compose expressjs jest keep-alive node19

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

## Training nodejs V19 + Docker

### Check keep-alive header

```js
curl -i http://localhost:4000
```

### Watch nodejs v19

```js
node --watch src/index.js
```