Issue in Angular Universal Deployment

How do i deploy my universal app in servers like tomcat as I deploy my other angular apps in tomcat only.

Also whats the best way/server to deploy angular universal app


You can't deploy universal apps just like any other SPA or Non-SPA, you will need a real server to run universal app.

You have to buy a server which runs applications on node, Here is a link to buy node server, few of them are free for limited users

http://www.hostingadvice.com/blog/where-to-find-free-node-js-hosting/

You can pm2 as a service for node, here's link to pm2

链接地址: http://www.djcxy.com/p/31306.html

上一篇: 有角度的通用动态标题

下一篇: 问题在Angular Universal部署中