dearborn-coding-club / website-base-backend

A website project for the dearborn-coding-club Meetup group.
https://dearborncodingclub.com
0 stars 2 forks source link

Decide on Website Framework #1

Closed MgenGlder closed 1 month ago

MgenGlder commented 1 month ago

Summary

Python Options

NodeJS Options

---
title: Frontend to Backend Request Flowchart
---
flowchart TD
    note[[Note: Very early draft]]

    subgraph Backend
    B-->C(Auxilliary Backend)
    end
    A[Browser] -->|Web Request| B(Primary Backend)
MgenGlder commented 1 month ago

As of today, we've decided on using Django to handle our backend needs. It is suitably batteries-included and has broad community and managed service support. It also is written in Python, which our group has strong skills in so far.