I am trying to learn nodejs, I was overwhelmed by the amount of modules and I cannot put myself to choosing which way I will go.
But first, there are still some things I'm still unsure of that I think will greatly affect how I will proceed with my project. All tutorials and samples I've read so far makes use of a server-client architecture. Using the create server method and listening to a specific port. What I intend to build is a simple desktop application with database (sqlite3).
- Do I still need to create a server and open a port if it's a desktop app?
- If it's possible without server, what modules can process and serve pages stored locally?
Those are the things holding me right now. But please feel free to suggest other things that might be related to my intended project. BTW, I'm also looking at express and angular.
TIA. Looking forward to learning nodejs