Skip to content

HatchSoftware/lambda-websocket-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

General

This repository was created together with this blog post.

The original setup using a REST API endpoint can be found on this branch

The final setup using Websockets can be found on this branch

Client project

This project was generated with the Angular CLI.

cd websocket-demo-client/

Install dependencies

npm install

Run locally

npm start

API project

This project was generated with the Serverless CLI using the 'aws-nodejs-typescript' template.

cd websocket-demo-api/

Install dependencies

npm install

Deploy API

sls deploy

Remove API

sls remove

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published