6 lines
197 B
Markdown
6 lines
197 B
Markdown
# JavaScript-Specific Adaptations
|
|
- Error handling: try/catch with async/await
|
|
- Logging: winston or pino (structured)
|
|
- Config: dotenv or config files
|
|
- Middleware: Express/Koa middleware pattern
|