Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 835 Bytes

TOOLS.md

File metadata and controls

19 lines (10 loc) · 835 Bytes

Main tools used to create Fronvo's server

  • Socket.IO for ease of cummunication and cross-platform ability.

  • MongoDB for flexibility, performance and low storage plans.

  • Prisma for database types.

  • SWC to make the compiling process as speedy as possible.

  • Ezier Validator to simplify the data-validation process.

  • Husky for easy setup of Git hooks.

  • Prettier for consistent code formatting.

  • Firebase Cloud Messaging for mobile notifications.

  • ImageKit for attachments & JSON backups.