Rahul Vyas
Rahul Vyas

Reputation: 28720

is it possible to send push notification using shared hosting service?

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.

Upvotes: 0

Views: 733

Answers (1)

zaph
zaph

Reputation: 112855

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.

Upvotes: 1

Related Questions