ricardovf / example-serverless-ws-offline-not-reloading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sls offline start
wscat -c 'ws://127.0.0.1:3001'
send {"action": "default"} and the response will be {"message":"hi"}

change the "hi" on the code to "hi 1" and send again the {"action": "default"} and you will not see the updated code {"action": "default"}

About


Languages

Language:JavaScript 71.8%Language:TypeScript 28.2%