Mozilla Webdevに興味深い提案が投稿された。現在のモダンブラウザにはデータストレージとしてlocalStorageやIndexedDBが、リクエスト処理の方法としてXMLHttpRequestやWebSocketsなどが実装されている。それぞれに必要性があって導入された技術であり、今後の活用が ...
WebSockets is a network communication protocol that enables two-way client-server communication. WebSockets are often used for applications that require instantaneous updates, using a persistent ...