Hacker News new | ask | show | jobs
by rezguirahim 763 days ago
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.
1 comments

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.