Hacker News new | ask | show | jobs
by nonines 2208 days ago
Excuse my naive question but how do the 2 compare? Flask == backend, Vue == frontend. Am I missing something here?
1 comments

You can use Flask to render your friend-end HTML and handle form submissions. JavaScript doesn’t have to be involved at all.

You can also render your friend end using JS and interact with services written in Flask.

thanks