from Hacker News

Ask HN: What web framework to use in 2020?

by twelvenmonkeys on 12/17/19, 2:40 PM with 1 comments

I used to build my applications with Sinatra + Ruby as the front-end.

Using custom authentication parts, etc.

It's almost 2020.

There's a myriad of different (and new) web frameworks.

I need authentication / being able to create / delete new user accounts.

So keeping that in mind, how in the heck do I choose a framework to use?

  • by catacombs on 12/17/19, 3:28 PM

    Well, it depends on the language.

    Are you familiar with Python? Django

    Ruby? Rails

    JavaScript? There's a lot, but the most popular are React and Vue.