0.0.9 • Published 3 years ago

@something.technology/socket-connector v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@something.technology/socket-connector

Environment Variables

  • MESSAGE_EVENT_NAME: defaults to 'message'
  • PORT: defaults to 3000
  • HEALTHCHECK_ROUTE: defaults to '/health'

Running example server

There is an example service which can be started by running yarn start:dev. In this example an automatic LoginResponse is triggered when sending a LoginRequest message.