Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 694 Bytes

File metadata and controls

16 lines (8 loc) · 694 Bytes

Baca Versi sebelumnya Belajar Dengan Jenius Node.js Volume 1

Belajar Dengan Jenius AWS & Node.js Volume 2

Author : Gun Gun Febrianza

Websocket

WebSocket Protocol muncul karena terdapat permasalahan dalam pengembangan **Web Applications **yang membutuhkan bidirectional communication seperti pada :

  1. Web Applications untuk chatting seperti Instant Messaging.
  2. Web Applications untuk bermain game multiplayers.

Permasalahan komunikasi data antara client dan server, untuk aplikasi instant messaging dan games menggunakan HTTP Protocol bersifat abusive.