回答編集履歴
4
補足追記
test
CHANGED
@@ -18,4 +18,6 @@
|
|
18
18
|
|
19
19
|
> ソースコードでの提示を深く望みます!
|
20
20
|
|
21
|
+
|
22
|
+
|
21
23
|
あと、なぜソースを求むのでしょうか?逆質問になって申し訳ないですが知りたいです。
|
3
追記
test
CHANGED
@@ -9,3 +9,13 @@
|
|
9
9
|
client側には最終チャット時刻を[localstorege](https://developer.mozilla.org/ja/docs/Web/API/Window/localStorage)に残しておいて
|
10
10
|
|
11
11
|
[history()](https://mlkcca.com/document/api-js.html#_ds-history)で過去のやり取りを再取得ってところでしょうか。
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
...
|
18
|
+
|
19
|
+
> ソースコードでの提示を深く望みます!
|
20
|
+
|
21
|
+
あと、なぜソースを求むのでしょうか?逆質問になって申し訳ないですが知りたいです。
|
2
追記
test
CHANGED
@@ -4,6 +4,8 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
+
肝となる技術を提供しているMilkcocoaの公式サイトは見ましたか?
|
8
|
+
|
7
9
|
client側には最終チャット時刻を[localstorege](https://developer.mozilla.org/ja/docs/Web/API/Window/localStorage)に残しておいて
|
8
10
|
|
9
11
|
[history()](https://mlkcca.com/document/api-js.html#_ds-history)で過去のやり取りを再取得ってところでしょうか。
|
1
追記
test
CHANGED
@@ -1,3 +1,9 @@
|
|
1
1
|
[本記事で記載しているMilkcocoaは2019年10月30日にサービスが終了するので、firebaseを使用することをお勧めします。](https://qiita.com/H_Crane/items/a1e19c5d9c62cb686d1f)
|
2
2
|
|
3
3
|
...参考にしたページくらい書きましょうね
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
client側には最終チャット時刻を[localstorege](https://developer.mozilla.org/ja/docs/Web/API/Window/localStorage)に残しておいて
|
8
|
+
|
9
|
+
[history()](https://mlkcca.com/document/api-js.html#_ds-history)で過去のやり取りを再取得ってところでしょうか。
|