1
scout
322d

What do you think would be the best tech stack for backend of fintech app?

Comments
  • 9
    No stack fuck finance
  • 3
    Node.cobol
  • 3
    Vapor/Swift
  • 0
    Definitely node.
  • 1
    Letting someone else do it
  • 2
    Java, so banking customers will know you‘re serious
  • 1
    The best backend tech stack for a fintech app should prioritize security, scalability, and performance. A solid choice could include:

    Programming Language: Python (great for rapid development and data handling) or Java (excellent for robust and secure systems).

    Frameworks: Django or Flask for Python, Spring Boot for Java.

    Database: PostgreSQL for relational data or MongoDB for flexibility with NoSQL.

    Cloud Services: AWS or Google Cloud for scalability.

    APIs: RESTful or GraphQL for efficient communication.

    Security Tools: OAuth, JWT, and encryption libraries for compliance and safety.
  • 0
    @Piniuze she asked for the best, not the most boring.
Add Comment