architect-examples / arc-example-ws

Example of Web Socket Lambdas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arc Websockets Example

An echo server using web sockets for Architect 8.x.

Local demo

npm i
arc sandbox

Deploying to Lambda

If you want to deploy to Lambda you may need to add an @aws entry (https://arc.codes/reference/arc/aws) in your .arc file. Also be sure to update src/http/get-index/get-web-socket-url.js after your first deploy with real urls.

About

Example of Web Socket Lambdas


Languages

Language:JavaScript 95.8%Language:Arc 4.2%