Skip to content

santosh-sambhavani/aws-websocket-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless WebSocket App (Local Dev)

A simple WebSocket application using Serverless Framework with support for $connect, $disconnect, and a custom sendMessage route.

🛠 Setup

yarn install

🚀 Start Backend (Local Development)

yarn start:dev

🔌 WebSocket Endpoint

  • WebSocket URL: ws://localhost:3001

🧪 Frontend

Open public/index.html in your browser to test:

  • Connect / Disconnect
  • Send a message
  • See response echoed back from the backend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published