OSU-App-Club / party-finder

Fall 2024 project for App Development Club
0 stars 1 forks source link

Decide on a guiding backend framework/solution #3

Closed Nyumat closed 1 week ago

Nyumat commented 1 month ago

This decision depends on the outcome of issue #2 (native vs. cross-platform).

But or now, we need to evaluate backend options that align with our development strategy. Ideally, we should consider performance, scalability, ease of integration with the frontend, and long-term maintenance. Potential solutions include:

owenkrause commented 1 week ago

We decided on Express.js since most people were familiar with it.