Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 889 Bytes

express-seed-notes.md

File metadata and controls

16 lines (13 loc) · 889 Bytes

Resources for building Express-Seed

Session Handling

Cluster Services

Error Handling & Parsing

  • Created custom error object, inspired by this article.
  • There are two packages that seems to parse stack trace quite good:
  • Use these two and custom implementation to implement error parsing and logging plugin.
  • Error parsing won't be included in Express-Seed core, but as a plugin.