SkygearIO / features

Feature Tracking Repo for Skygear
Apache License 2.0
3 stars 12 forks source link

Chat Services at 2.0 #263

Open chpapa opened 5 years ago

chpapa commented 5 years ago

Description

Chat is the MOST popular services in v1, after the launch of NEXT Chat is definitely the first services we will want to port to NEXT.

When we reimplement this, one should reference the v1 doc for the basic features, here are some extra features we were asked and should consider in design decision:

Some features unlikely to be implemented in short term but got asked by customers all the time:

Some strange features request in v1:

Some old feature issue worth looking at but not relevant: #189

Scenario

Put list of Scenario how developers will use this API

Portal Design

Remove this section if the feature have no Portal

API Design

Remove this section if the feature have no API

Open Questions

Put a list of open questions here before a complete design / specification is decided

Related Issues

chpapa commented 5 years ago

https://redis.io/topics/streams-intro

Redis now support streams which looks like the perfect DB for chat services?