Tags
#nodejs
Blog posts, snippets, and glossary entries related to "nodejs", gathered in one place.
Entries 2
- SnippetsNode.js File Check
Promise-based function to check if a path is a file in Node.js. Returns false on error.
- BlogCreate Cron Jobs with PM2: As an Alternative to launchd
How to create cron-style jobs with PM2 on macOS instead of launchd. A quick summary of the config file and a scheduled task example using Bun.
hsb.horse