Server-Sent Events utilize a regular HTTP octet streams, and therefore are limited to the browser’s connection pool limit of ~6 concurrent HTTP connections per server.
Category: others
WebSockets
What are WebSockets? WebSockets are really just an extension of the socket idea. While HTTP was invented for the World Wide Web, and has been used
HTTP Long Polling
Web applications were originally developed around a client/server model, where the Web client is always the initiator of transactions, requesting data from the server. Thus,
Polling Vs Server-sent-events Vs Websocket
To send our data from the server to the client. A few ways (mechanism) to implement these: Long/short polling (client pull) WebSockets (server push) Server-Sent
Git Managing branches
Managing Git Branches A single Git repository can maintain multiple branches of development. To create a new branch named “adding-shopping-branch”, use $ git branch adding-shopping-branch
Git Introduction – Basic Comments
To set up a GitHub account, simply go to the GitHub website and get started right here GitHub. To set up Git, go to the