Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kikuchy/pukapuka
the bottle messaging framework
https://github.com/kikuchy/pukapuka
Last synced: 1 day ago
JSON representation
the bottle messaging framework
- Host: GitHub
- URL: https://github.com/kikuchy/pukapuka
- Owner: kikuchy
- License: other
- Created: 2014-11-11T15:29:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-21T12:18:01.000Z (about 10 years ago)
- Last Synced: 2024-12-20T05:03:00.488Z (6 days ago)
- Language: Scala
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PukaPuka - the bottle messaging framework
==========================================This file will be packaged with your application, when using `activator dist`.
開発方針
-------ボトルメッセージングサービスの基本的な機能を実装したフレームワークを目指します。
実装は最低限の機能で、あとのカスタマイズは実際の利用者にお任せする感じです。herokuやAWSなどのクラウド基盤上でスケールするような作りにするつもりです。
このフレームワークが提供する(つもりの)機能
-------------------------------------- ユーザーの登録・退会
- ユーザーのプロフィールを設定
- メッセージの放流、やり取り
- 既読・未読フラグ
- 不適切なメッセージの通報
- 友人リクエストと承諾・不承、友人関係の解消
- 簡易アクセスログの取得このフレームワークが提供しない(つもりの)機能
-------------------------------------- 新着通知
- メッセージ、ユーザーの検索
- 放流したメッセージの削除