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
- Host: GitHub
- URL: https://github.com/dunghenry/nodejsv19
- Owner: dunghenry
- Created: 2022-11-25T07:11:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T07:55:33.000Z (over 3 years ago)
- Last Synced: 2025-03-20T22:52:47.727Z (over 1 year ago)
- Topics: crypto, docker, docker-compose, expressjs, jest, keep-alive, node19
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```