1

I created a webpage with the help of angular js which will display news feeds from multiple sources. I need to host it for free. But i learned that google blogger or free online web hosting sites doesnt allow to upload js files other than pictures.

So I want to know is there any means to host that page easily and free.

Valath
  • 880
  • 3
  • 13
  • 35

3 Answers3

2

Upload your webpage to www.000webhost.com . It allows to host nearly everything.

0

Try http://www.000webhost.com/ It has many services like PHP, MySQL etc. Use FileZilla for uploading the files.

Abdul Fatir
  • 6,159
  • 5
  • 31
  • 58
0

You can use heroku to deploy it as a simple node js application. https://devcenter.heroku.com/articles/getting-started-with-nodejs

Check out How do I deploy an Angular.js app?

Community
  • 1
  • 1
Avi Das
  • 1,725
  • 1
  • 13
  • 19