Wiki Markdown Syntax and Shortcut Guide Markdown is a minimal syntax for marking up your documents with formatting, using punctuation and special characters. For those new to Markdown, this guide will help you become familiar. 1. Heading Heading are set using a hash before the title. The number of hashes before the title text will determine...
Wiki HTTP vs WebSocket (or HTTP 2.0), Which one is right for you. This article is all about when to use a HTTP instead of a WebSocket (or HTTP 2.0) or vise-versa. When HTTP is better than WebSocket When evaluating whether HTTP is the better choice, you may find it helpful to think in terms of scenarios. And when it comes to...
Wiki Difference between HTTP and WebSocket (HTTP 2.0 ) Visual comparison between HTTP and WebSocket, check out this TL;DR chart * WebSocket is a protocol providing full-duplex communication channels over a single TCP connection. Where as, HTTP providing half-duplex communication. * Information exchange mode of WebSocket is bidirectional. Means, server can push information to the client (which does not allow...