make build
- run required containers and simulation traffic
make rebuild
- remove previous containers and build the new containers
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/
- add jwt.io
- add tcp client and integrate it to the unity by using native library load
- add tcp
POST
/users IN: - { email: "[email protected]", password: "123456" } OUT: - { auth_key: "" }
containers: -[x] redis -[x] elasticsearch -[x] backend(tcp, web api) -[x] test -[] test.watch(https://github.com/lpil/mix-test.watch) -[] demo tcp client(random produce data) -[] frontend