Hacker News new | ask | show | jobs
by jogicodes 763 days ago
Nice one Rahim!

I like the minimal abstraction part and the fact that it's non-opinionated. I would think that makes it more suited to more people.

Cheers Jogi By the way, the landing page looks lit!

1 comments

Thank you ever so much Jogi, this means a lot to me. If you have any questions please feel free to ask them here or on twitter.
How do you do front-end on node apps? I am not very familiar with it apart from knowing that node is JS on the server (correct me if I have it wrong). Can people plug in their own front ends?
You're absolutely right! Node.js is a JavaScript runtime environment that runs on the server-side. While Node.js itself isn't directly used for front-end development, it can work seamlessly with various front-end frameworks and libraries. Popular options include React, Vue.js, Angular, etc.