flâneur

Realtime with serverless using Websocket in AWS - Unimedia Technology

unimedia.tech · 2,029 words · saved by 1 readers

We'll explain how to develop a full fledged websocket echosistem using AWS, serverless framework, node.js and typescript

Hello everyone, So today we are going to discuss about implementing websocket with serverless by using Node.js with Typescript for realtime communication. If you try to search it on internet, you will find pieces of implementationdetails but nothing concrete is available. So, here I am building a full fledged websocket ecosystem with all the code & configuration details. For development, you need to have serverless, npm and/or yarn globally installed. See how to install YARN and NPM. I also prefer using NVM to manage my Node versions. Development Step 1. Configure AWS Setup AWS CLI if…

saved by

related reading