]> git.seodisparate.com - EN605.607.81.SP22_ASDM_Project/commit
605.607 WIP! working get-id and disconnect
authorStephen Seo <seo.disparate@gmail.com>
Wed, 6 Apr 2022 04:39:12 +0000 (13:39 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 6 Apr 2022 04:39:12 +0000 (13:39 +0900)
commit8c84aae173143e35e18800a7ec1e64e9f29e5aad
tree62ca212740795846f475fbd0c12844d11b66b2cf
parent8712d4cd8ba3f31998c18d1c0975c6cec21f0ba3
605.607 WIP! working get-id and disconnect

The frontend "server" and backend server must be served via the same
port/address. This can be done by using nginx as the server, and using
reverse-proxies from nginx to the frontend and backend servers.
back_end/Cargo.lock
back_end/Cargo.toml
back_end/src/main.rs
front_end/src/constants.rs
front_end/src/html_helper.rs
front_end/src/state.rs
front_end/src/yew_components.rs