Node.js Express obfuscation - obfuscation

I need help i'm a beginner in development. I create an application in NODE.JS with express js and i must protect my code with an abfuscation. i'm looking for this on internet but i didn't found any answer. Can you help me please? I must hide the html code in the inspector.

Related

How can I get custom sails generators to work?

I am currently working on trying to build a website that has a React frontend and Sails backend. I found that I can use generators to override the core Sails generator that is currently configured to work with Vue, and I found this generator online: https://www.npmjs.com/package/sails-generate-reactjs
However, when I follow the steps exactly, the newly created web app is still implemented in Vue. I'm not sure if I'm missing anything or if something is outdated, but any help would be greatly appreciated!

Hosting an existing Angular website

I am working on a website for a family friend. It's a fairly simple Angular SPA with 3 'pages'. When I'm done, I plan to bundle it into an html, css, and js file. In addition, I own the domain that I'd like to use through google domains.
Currently, I am trying to find a hosting service that will let me upload my 3 files (html, js, & css) and just host it. However, I haven't found any services that let me do that other than AWS. So far, I've tried weebly and squarespace and they make me use their templates and GUI to build the website. If I needed, I could just use their templates. However, I'd prefer to bbuild it from scratch so I can practice my Angular and Node Skills.
Any suggestions for website hosting services that let me upload the html, css, and js files of a website I've already built?
Thank you.
You can do so with any website that supports FTP. If you are looking for something really simple, see:
https://www.bluehost.com/
Amazon, recently launched a service just for this purpose. See:
https://amazonlightsail.com/
Best place to do it : https://pages.github.com/
You can link your domain to gihtub's IP.
If you feel gh-pages are tought. Try others like https://www.hostinger.in/, https://www.hostinger.com/ , https://in.000webhost.com/

Is there any existing MEAN JS comment system available? or node modules for comment system

I am developing an web app using meanjs http://meanjs.org/. But it has no comment feature for articles. Can anyone please suggest me how to develop comment system or any tutorial for it, since am very new to MEAN.
Is is it possible to integrate Disqus with meanjs?
Thanks In advance....

Angularjs connection to kaazing

Can anybody share some sample code where 'angular javascript' module interacts over web sockets with 'kaazing' JMS. I have created a small application SPA which is using ember right now but now i want to get it converted to angular. I tried to find something on internet but as such not much available in terms on angular and kaazing together.
I posted the sample on github. Let me know if you have any questions.

running an AngularJS app in general

I am taking baby steps with AngularJS. I am a bit confused about requiring a webserver to run an AngularJS sample or demo. The reason is for study purpose I have downloaded running examples and demos, but not having any luck with it. A very simple demo of displaying a name is not working for me. Do I have to do anything specific to get a simple app running. I feel very weird asking my doubt requing a webserver as AngularJS is a client side Framework. Nevertheless, hoping someone can throw some light on this.
Thanks in adavnce.
If you use Firefox, then you don't need any server to have your basic app running. If you use Chrome, then for security reasons it doesn't like file-access to librairies. Librairies must be serve in another way. So you can have the hello-world AngularJS working by opening the classic index.html with Firefox, so that you don't have to start any web server.
Here is a sample application with explanations in the README :
https://github.com/davidb583/white-angularjs-app
Actually, you don't need a webserver to run AngularJS application since it is client-side framework.

Resources