DEV Community

ahmedvilden
ahmedvilden

Posted on

Flask or ExpressJS for backend

Hey guys, I'm creating a chrome Extension that tracks my activity in a web page. The purpose is to outpot a specifications JSON file that I'll use later in my python project with Selenium.
I'm using ReactJS for frontend.
I'm not sure if should I use Flask or ExpressJS as a backend for this project. what would you guys choose think and why ? Knowing that I won't be using a database in my project.

Top comments (0)