0

i want to know that can i use shared hosting service for push notification or i need some another? which one is best for push notification please tell me.

Rahul Vyas
  • 28,260
  • 49
  • 182
  • 256

1 Answers1

1

It depends on the capabilities allowed by the shared hosting service.

You will need a site that allows you to run code (perl, python, ruby, php, etc) and database access will probably be needed for most applications. I have notifications working on a shared hosting site that I have shell access to and can run scripts along with SQLite and MySQL. I pay $25/mo for my service.

zaph
  • 111,848
  • 21
  • 189
  • 228
  • would like to know the service provider @CocoaFu – indianwebdevil Nov 22 '11 at 19:05
  • My understanding is Can we use a service like http://incubator.apache.org/kafka/index.html or https://github.com/facebook/scribe which are elegant push technology. Correct/clarify me if i am wrong. – indianwebdevil Nov 22 '11 at 19:08
  • Sorry but I don't know about those service, the service I use allows me shell access and full scripting access--I wrote all my code from scratch in python. – zaph Nov 22 '11 at 19:20