No description
Find a file
Ahmet Kaan GÜMÜŞ 4c9038721e docs: comments
docs: readme
2024-02-17 17:54:02 +03:00
src/chat_backend docs: comments 2024-02-17 17:54:02 +03:00
.gitignore tcp chat canister database 2024-02-17 17:37:08 +03:00
Cargo.lock tcp chat canister database 2024-02-17 17:37:08 +03:00
Cargo.toml tcp chat canister database 2024-02-17 17:37:08 +03:00
dfx.json tcp chat canister database 2024-02-17 17:37:08 +03:00
LICENSE Initial commit 2024-02-17 12:44:15 +00:00
README.md docs: comments 2024-02-17 17:54:02 +03:00

rust-tcp-chat-canister

Purpose: TCP Chat Application with Canister. Plan is transfer messages with tcp protocol and store messages in chain.

Because of short time, I just did echo server, it's not a fully functional version as you might know. But it's pretty easy to make it interactive chat, because network is already working and we've already done implementation of ICP.

There are bugs as you can understand. There are comments in code if you want to learn little more.