回答編集履歴

2

リンク修正

2019/09/01 17:45

投稿

unhappychoice
unhappychoice

スコア1531

test CHANGED
@@ -40,8 +40,10 @@
40
40
 
41
41
 
42
42
 
43
- [https://socket.io](Socket.io) Websocket / Commet を実装したライブラリ
43
+ [Socket.io](https://socket.io) Websocket / Commet を実装したライブラリ
44
44
 
45
- [https://pusher.com](Pusher) リアルタイム通信のための HTTP API を用意したサービス
45
+ [Pusher](https://pusher.com) リアルタイム通信のための HTTP API を用意したサービス
46
+
47
+
46
48
 
47
49
  等利用を検討するとよいかと思います。

1

修正

2019/09/01 17:45

投稿

unhappychoice
unhappychoice

スコア1531

test CHANGED
@@ -36,4 +36,12 @@
36
36
 
37
37
 
38
38
 
39
+ のような感じですかね?ただ、実サービスを作る場合、どちらもセキュアでないかつ Commet よりも Websocket が利用できる場合そのほうがパフォーマンス等優れているために
40
+
41
+
42
+
43
+ [https://socket.io](Socket.io) Websocket / Commet を実装したライブラリ
44
+
45
+ [https://pusher.com](Pusher) リアルタイム通信のための HTTP API を用意したサービス
46
+
39
- うな感じでかね?
47
+ 等利用を検討するといかと思いま