Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 882 Bytes

File metadata and controls

38 lines (33 loc) · 882 Bytes

Description

Common JS libraries for NodeJS applications

  • auth: authorization
  • comms: for communications
  • express: for express JS
  • services: various services
    • db:
      • mysql
      • postgres
    • mq: TODO
    • others:
      • keyv
      • redis/valkey
      • webpush
      • websocket
    • cloud:
      • aliyun:
        • bucket (oss)
      • aws:
        • bucket (s3)
  • t4t: table editor
  • utils: various utilities
    • aes: encrypt & decrypt
  • config.js: config loader
  • package.json
  • packageInfo.js: some package information for now
  • README.md
  • traps.js: error trapping

Refer to https://github.com/es-labs/express-template project for usage

TODO