Step 1: Install package sign-aws-requests npm i sign-aws-requests Step 2: example code Now we have new body string, header Authorization and header X-Amz-Date
Previous tutorial: Example chat application using Nodejs + Websocket With Nodejs, we can create real-time application like chat-room. We can use Socket.io, WS or Websocket.…
Previous tutorial: Example chat application using Nodejs + Socket.io With Nodejs, we can create real-time application like chat-room. We can use Socket.io, WS or Websocket.…
With Nodejs, we can create real-time application like chat-room. We can use Socket.io, WS or Websocket. Today, we introduce a simple chat application with Nodejs…