Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 291 Bytes

readme.md

File metadata and controls

14 lines (9 loc) · 291 Bytes

Web Socket Launcher

run and handle WebSocket Api Via Express.js and TypeScript

Script

  • npm run dev
  • npm run build
  • npm run test

Trigger a request via Web Socket

  • req_data = { trigger: "get_person", data: {} }
  • send req_data via web socket and then API will broadcast result