Host for website that use node.js - node.js

I need a good web hosting where I can use node.js.
I have alot experience about cpanel and basic webhotel but I dont know how to use/install node.js.
I'm mainly using html, php, javascript and mysql but I have some features that need node.js.
Can you help me if you know good sites or you know how to use node.js in cpanel

Here is good post: http://codecondo.com/hosting-platforms-for-node-js/
These web sites have (pre)installed note.js, so no need aby installation.

Related

Adding strapi to an express server

I want to build a self-hosted website with nodejs and the express framework because I'm already familar with that. However, using a CMS for this project is a requirement, so I'm looking for a suited and easy-to-use/-learn CMS and discovered strapi which I quite like.
Setting up an API with strapi is easy indeed but now I'm struggling with adding strapi to an express server. My goal is one express server with strapi, which also hosts the website. So, I can control the routing with express (which I'm used to) and can render the site on the server.
Can somebody explain me how to do that and maybe give a small example? The examples I found, are only about hosting the API externally and using a client-side web framework or a static site generator.
Or is my vision not possible with strapi and I should use another CMS like KeystoneJS (which is already built on Express)?
Thanks in advance!
Using Express with Strapi must be very complex and does not really make sense.
Strapi is based on Koa, which has been designed by the team behind Express. If you are coming from Express, eyou will get confortable with Koa very quickly. Here is the documentation: https://koajs.com.

Any tutorials or guides for Shopify app development with node?

My company is wanting to migrate their entire site to Shopify. We use node for our backend, so we're hoping to integrate that into the site. I am new though, and not experienced with node or Shopify app development, so I was hoping to find a tutorial or guide, but it seems that almost all resources are specifically for ruby. Is there anything out there I'm just not seeing?
Bonus question:
Is express routing possible on Shopify?
The node-shopify-api library has some decent examples as well as being a very useful core of a Node based Shopify app.
Routing is possible only for apps attached at a proxy url.

Use a custom server for Node.js

I recently made a amazing server in C#, and was curious if it was a good idea to use my custom C# server instead of making a server in Node.js. I prefer to use the C#, but I don't see the point if I can make one in node.js.
-Is it a good idea to use my server instead of making one in Node.Js?
-If I use Node.js, which module(s) should I use to set up sub-domains for my web application?

Start Web design with combination of html css javascript jquery and php

I know the basics of: html, css, javascript, jquery, and php. Now I want to start making interactive websites. Is there any book or tutorial that starts with all of them being used?
You could start with a common framework, start altering things and build up to developing that framework from scratch. For some php examples, Wordpress is a good option, codeigniter and cake are also good.
If you have a project in mind, you could just start from scratch and as you come along problems that you do not understand how to get around, just google the issue. It will probably bring you back here though.
You could start doing some of the tutorials at codeschool.com or teamtreehouse.com. I am sure there are tons more too!
My recomendation is to you begin to study ways to build an API with PHP beside a mysql or mongo, of course using an framework like laravel or cake. After that you need to integrate this API with a view and i recommend that you study a framework like angular or react. However, see the google search below that may helps you a lot.
https://www.google.com.br/search?sourceid=chrome-psyapi2&ion=1&espv=2&ie=UTF-8&q=angular%20laravel&oq=angular%20laravel&aqs=chrome..69i57j0l5.6098j0j7

web and integrated wordpress or create web with wordpress

I would like to create a website with a blog. The website will have multiple languages.
I would like to know which option will be better:
Create a website and integrate wordpress in it.
Install wordpress and use plugins to have more than 1 language.
I have strong knowledge in web programming (php, js, html). But not with wordpress. The website will be standard.
Is it easier to use wordpress plugins or do a website and install multiple wordpress in it?
Thanks
I would recommend you to run Wordpress and use a language plugin. WPML is the best I've used. Stay away from qTranslate since it'll be a mess if you want to uninstall it. I've heard some good about Ploylang but never used it myself.
Wordpress is really easy to learn if you're a web developer.

Resources