fintech-framework-comparison

Fintech Framework Comparison

A comparison of web frameworks and languages for realworld fintech apps

Web Framework Comparison for FinTech

A comparison of various web frameworks and languages for typical realworld financial web applications.

It is not intended that this comparison will come to a conclusion with a definitive "best" framework for building fintech apps. Instead it aims to provide a concrete real world baseline and support for discussion around the right choice for your specific company, project and team.

For each framework there is a breakdown of benchmark figures, a list of notable dependencies.

Each app has been built with typical dependencies that would be chosen for a real world app. Projects are not built with just the raw framework or language itself, so this serves as a comparison of the common ecosystem surrounding each.

Project template generators are used, such as create-react-app, however full featured higher-order frameworks such as Next.js are treated separately.

Please remember, at the end of the day there is no absolute right or wrong framework, there is only the best fit for your team and your project.

Features of a FinTech App

  • Big grids of data, often virtualised, sometimes editable
  • Charts, sparklines and more
  • Streaming data, websockets of the latest prices and positions

Frameworks & Languages

In alphabetical order, the technologies used are:

If you think a framework or language is missing, please raise an issue.

Server

Each app connects to an Elixir server providing a GraphQL endpoint. Where it exists, an Apollo client is used for the framework in question.

Getting Started

cd server
mix phx.server

Angular

āŒ Not started

https://angular.io/

Dependencies

Elm

šŸš§ Work in progress

https://elm-lang.org/

Setup

npm i -g create-elm-app
create-elm-app elm

Getting Started

cd elm
elm-app start

Dependencies

Imba

āŒ Not started

http://imba.io/

...

React

āŒ Not started

https://reactjs.org/

Dependencies

Stencil

āŒ Not started

https://stenciljs.com/

Setup

npm init stencil
> āœ” Pick a starter ā€ŗ app
> āœ” Project name ā€ŗ stencil

Svelte

šŸš§ Work in progress

https://svelte.dev/

Dependencies

Setup

npx degit sveltjs/template svelte

Getting Started

cd svelte
npm install
npm run dev

Vue

āŒ Not started

https://vuejs.org/

Setup

npm i -g @vue/cli
vue create vue

Getting Started

cd vue
npm install
npm run serve

Top categories

svelte logo

Want a Svelte site built?

Hire a Svelte developer
Loading Svelte Themes