SERVERLESS GitHub – Serverless Mongo with module and Without webpack How to bundle a nodejs lambda function? (using esbuild) Upload and Retrieve Image on MongoDB
Tag: Websocket
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
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