Skip to content

Commit dfb0f14

Browse files
olaservoclaude
andcommitted
Vote for Express and Pino in tech stack decisions
- Express: cleaner routing/middleware for proxy CRUD endpoints, well-maintained ecosystem - Pino: fastest logger option, JSON-structured logs work well for debugging MCP traffic 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 59b5928 commit dfb0f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/v2_tech_stack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Let's choose a feature-rich component set with easy theming control
2929

3030
### Transport Operation
3131
Let's consider how to operate the server transports.
32-
* -[ ] [Express](https://expressjs.com/)
32+
* -[x] [Express](https://expressjs.com/)
3333
* -[ ] Node:[http](https://nodejs.org/docs/v22.18.0/api/http.html)
3434

3535
### Logging
3636
Let's step up our logging capability with an advanced logger:
3737
* -[ ] [Winston](https://github.com/winstonjs/winston?tab=readme-ov-file#winston)
38-
* -[ ] [Pino](https://github.com/pinojs/pino?tab=readme-ov-file#pino)
38+
* -[x] [Pino](https://github.com/pinojs/pino?tab=readme-ov-file#pino)
3939
* -[ ] [Morgan](https://github.com/expressjs/morgan?tab=readme-ov-file#morgan)
4040
* -[ ] [Log4js](https://github.com/stritti/log4js?tab=readme-ov-file#log4js)
4141
* -[ ] [Bunyan](https://github.com/trentm/node-bunyan)

0 commit comments

Comments
 (0)