.net - Custom push notification server / service -


since parse has announced closing cloud services, i've been playing idea of making own push notification server, preferrably in .net. i've been doing research, have not found useful of yet, in regards creating custom notification server.

what have found though, google cloud messaging. gcm seems fulfill needs, have support push both ios , android. also, doesn't seem have major limitations , seems free.

the whole idea of though, not being dependent on 3rd party service, parse or google, need many project, , cannot bothered change service whenever provider decides shutting down.

i prefer create own notification server, honest, google cloud messaging looks good. possible do, in reasonable amount of time, in .net / .net web api ?


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -