Electron Application with plugin modules [closed] - node.js

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am looking to build an application that has cross platform with a plugin architecture. I see that Electron is a good fit for kind of requirement, however I am unable to understand how the plugin architecture can be implemented in electron.
Think of this as a tool that will evolve over time with team adding new functionalities over time. I am looking at making this as a plugin and delivered to the app to enable new features (UI + Logic) once the application is deployed.
I am really new to both NodeJs and electron so this may sound very basic ask, however I have been looking around the net but can't see any explanation on how to address my requirement. Can someone please help me point to the right resources on the net.
Regards
Kiran

I am using Vue and Vuetify at work. I tried to implement them on electron and I can suggest you to do same thing. There are some plugins that automatically add vue support to your current electron project without any effort. Once you add vue support its like developing a web client but only difference is you have node.js functionalities. After you do that you can make a project structure that you split your modules how ever you want. I may share the project structure that I use in my projects if you want. I can edit my post depending on your questions if you want to go on this way. Cheers!!

Related

single app REST API client front-end for Node.Js framework? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have to create an admin panel that will rely on an API I created.
I would like to use an framework that will speed up my dev. (create request based on field provided by user, search ,etc)
To make it , I want to make a single app REST API client front-end. I didn't find a framework that could do that easily (for example : one that use a rest api client and a another front-end app)
Any ideas ?
No one will choose that for you. Go to this website:
http://nodeframework.com/
And read about all of the framkeworks there. Compare their differences and see which is the best tool for the job for you. Every one of them has its use, every one of them is good for something, every one of them has its strengths and its weaknesses. For API development most of the people choose Express, Hapi, Restify or LoopBack but there are much more than just those few to choose from. You need to test for yourself which works for you.
What I discover and that could help another guys :
https://github.com/marmelab/restful.js
With some explanation : https://marmelab.com/blog/2015/03/10/deal-easily-with-your-rest-api-using-restful-js.html

Learning sources for UWP (Universal windows platform) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Can you give me some good learning sources for UWP App development?
Currently I use the "Windows 10 development for absolute beginners" series on channel9. But it's not going in the depth.
I'd like to learn more about the anatomy of UWP apps and also some more advanced topics.
I recommend looking at MVA courses on the topics and level you need.
This one is a very comprehensive course. You can pick the modules of your interest - just note that it was updated in Aug 2015 and some things might have changed in the meantime. There are plenty of other resources that you can look at after that.
Please check below sources:
First one is official UWP guideline how to create apps. You can find here many different descriptions how to implement design of your app. Below you can download it as a PDF file:
http://go.microsoft.com/fwlink/p/?LinkId=626098
Second source can be official MSDN website with samples and descriptions related to Universal Windows 10 Apps:
https://developer.microsoft.com/en-us/windows/design
If you would like to create first simple Universal Windows 10 App I also recommend my blog where you can find many different articles connected with UWP:
https://mobileprogrammerblog.wordpress.com/2015/08/23/first-windows-10-universal-application-jump-start/
Hope this will help you.
Also check Windows-universal-samples from github. You can find code samples for everything you want to do with the platform straight from Microsoft.

Node JS app hosting [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am relatively new to Node JS, I've built three small application I would like to host. Is there anyone who could provide a good starting point to learn how to deploy an app to one of the many services available? So far I am astonished by the lack of support from the companies who offer this service, as well as the vast amount of problems I am running into so if anyone has any tips, please help.
This is cloud platforms compatible with node.js. The most popular heroku, nodejitsu, appfog (my choice).
Heroku
https://www.heroku.com/
It's super easy to use and provides easy integration of mongo db
Also If in future u create ionic app , u can host them too
I've been trying several of those options, and on my opinion Nodejitsu is by far the best, the thing is that is not free (just the first month). So, because of that you may wanna try Heroku (it didnt like me). Another option in beta is Cloudno.de.

Is there such thing as a client-side administration panel framework for RESTful resources? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I've worked with Rails in the past, and I used ActiveAdmin to make administration panels. I'm moving to Node and I'll be using Sails as a framework for a one-page app, and probably AngularJS on the client side, but there is still the issue of the administration panel.
Given that Sails pretty much setups all your resources for RESTful API access, I was thinking about using a client-based administration panel. But I don't know if such thing exists. If it doesn't I guess I'll be making my own, but I don't want to reinvent the wheel.
I was looking for the same thing and I found ng-admin which seems to suit what you're after - it's a client-side CRUD administration framework written in Angular and supporting REST APIs.
I've used it successfully in my own Sails based project and got it up and running very quickly. You can read more about it on this blog post.
No there is no such thing as an admin panel specifically tailored for sailsjs.
One of the admin panel's ive used for nodejs apps before is http://jedireza.github.io/drywall. Although its not client-side like you're asking.
There is an admin-bro package which aims to be something like rails-admin or ActiveAdmin but in Node.js. Currently it works with hapi and express frameworks.

Node.js CMS options more active & featureful than Calipso? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
After trolling through quite a number of Node.js CMS hopefuls, it seems that Calipso is the most active / well developed CMS so far. Am I missing other options or projects that are more robust and mature at this point in time?
Update: Calipso is now dead. We are currently using Apostrophe CMS which in my opinion is more feature-full and better architected for a node.js based cms.
We use Calipso for some of the projects here in my company and it works out fine. If you have love for node you should be fine :)
We constantly review other node based cmses, and so far Calipso is most active and favorite.
I highly recommend KeystoneJS, it's still relatively new but i'm already using it in several commercial projects, give it a go! (I also contribute to the project).
DocPad seems to be nearly as active as Calipso - 831 commits from 22 developers vs 1023 commits in Calipso. DocPad has nice docs and lots of plugins.
Check out enduro.js. It is minimalistic, extensible by node.js and has a pretty nice auto-generated admin interface.

Resources