Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 899 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 899 Bytes

Dev

make build - run required containers and simulation traffic make rebuild - remove previous containers and build the new containers

Web

TCP server should receive message using binary protocol.

TODO: Add webpack env.js config build too use environment variables to setup host:port and other possibles options.

DEV PORT: WEB=8080, SOCKET=4000

TODO: use http://127.0.0.1:8080/

TODO:

  • add jwt.io
  • add tcp client and integrate it to the unity by using native library load
  • add tcp

Routes

POST

/users IN: - { email: "[email protected]", password: "123456" } OUT: - { auth_key: "" }

Dev

containers: