文件名称:PushNotificationsServer:Flask with Google Cloud Messaging for Android
文件大小:92KB
文件格式:ZIP
更新时间:2024-08-03 05:53:44
Python
GCM Flask 服务器
将集成到烧瓶中
特征:
python-gcm 拥有的一切:支持多播消息、使用指数退避重新发送消息、代理支持、轻松处理错误
具有用户管理功能的管理面板
REST API 可轻松从您的 Android 应用发布
向所有或仅向特定类别发送消息
如何使用它:
git clone https://github.com/AndreiD/PushNotificationsServer.git
【文件预览】:
PushNotificationsServer-master
----PushNotificationsServer.iml(400B)
----tests()
--------simple_push_notification_test.py(543B)
--------__init__.py(21B)
--------test_api.py(505B)
----app()
--------models.py(3KB)
--------templates()
--------static()
--------__init__.py(387B)
--------views.py(7KB)
--------forms.py(485B)
----run.py(736B)
----__init__.py(21B)
----requirements.txt(116B)
----goodies()
--------supervisord.conf(1KB)
--------nginx-sites-enabled.config(743B)
----config.py(1KB)
----README.md(2KB)
----DO_Tutorial.md(9KB)