1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00
Commit Graph

84 Commits

Author SHA1 Message Date
9b6dd7b9b7 refactor: improve select usage with tokio::select! macro 2025-05-06 10:37:32 +08:00
f2c51a8713 build: nixify 2025-04-09 23:20:42 +01:00
04f8cba71b chore: fmt 2025-03-21 06:07:31 +00:00
a7527d72f3 chore: edition 2024 2025-03-11 01:42:01 +00:00
df0dc549a5 chore: update derive_more to v2 2025-02-24 04:08:14 +00:00
a6df6cc903 chore: update deps 2025-02-24 04:00:47 +00:00
7259f9417a refactor: use ractor 2025-02-21 13:11:06 +00:00
34ab565683 chore: address clippy warnings 2025-02-19 22:24:56 +00:00
2c68b99c0b chore: fix deps 2024-09-12 12:11:10 -04:00
f7b717a019 chore: remove unused deps 2024-09-11 16:05:47 -04:00
33cad83592 Add instructions to cd to the websockets/chat-tcp directory before running that example. 2024-08-28 22:59:56 -05:00
4e35739c1c Merge pull request #863 from c-git/add-client
Move client file from old echo example to actorless
2024-08-10 04:30:32 +00:00
f30795f014 chore: fmt 2024-08-07 02:04:57 +01:00
One
21b6cd1d36 Add rust client to echo-actorless
- Make it easier for users to find rust code they can use for the client
- Remove the need to install websocat to get cli
2024-07-21 20:26:59 -04:00
One
27be660389 Add soft link to moved file 2024-07-21 20:26:38 -04:00
One
f75719d1d0 Move client file from old example 2024-07-21 20:25:41 -04:00
One
6eaf064616 chore: change to version from workspace 2024-07-21 18:45:26 -04:00
One
65acc77431 refactor: replace raw types with aliases from main 2024-07-21 14:10:09 -04:00
One
833ac97775 Simplify wording 2024-07-21 06:25:56 -04:00
One
d00c0f8d17 chore: reword module docs for clarity 2024-07-21 06:25:56 -04:00
One
eb654a52e1 fix: add cd command before run command
Requires the static folder be present
2024-07-21 06:25:56 -04:00
0950e1624d docs: improve docs about tokio::main 2024-07-21 10:04:59 +01:00
bf22fecbcd docs: tweak comment on actorless ws mains 2024-07-21 09:42:28 +01:00
942e8ed173 chore: update actix-ws to v0.3 2024-07-20 07:55:03 +01:00
95cc3d5242 fix: update path for cd command (#859) 2024-07-19 19:45:43 +01:00
3e621db606 chore: address clippy lints 2024-06-05 04:56:46 +01:00
8e0b57e658 feat: add mainmatter telemetry workshop example 2024-06-05 04:52:05 +01:00
bfed118301 chore: remove redundant imports 2024-02-20 03:29:12 +00:00
4bcc43fdab fix python docs and added venv (#640) 2023-10-29 23:26:09 +00:00
196cb5d8b8 Fix Websockets/Chat: Prefixing Username to Messages Interferes with Server Commands (#634)
Co-authored-by: p3zq <>
2023-09-10 20:22:35 +01:00
a4c0cb22a9 chore: fmt 2023-09-10 20:22:26 +01:00
a998ce8ed8 fix description of send_to_broadcast_ws handler 2023-08-30 15:40:53 +01:00
8de8672d6e add broadcast example to actorless echo websocket 2023-08-30 15:36:21 +01:00
72d0d1eb4b fix: remaining upgrade issues 2023-08-29 18:56:00 +01:00
2ece131b36 remove unneeded dependencies 2023-07-18 17:42:33 +01:00
8fd4262136 s/str::to_string/str::to_owned 2023-07-09 03:32:47 +01:00
dbfa486897 update minijinja version 2023-07-09 00:56:56 +01:00
7b865c6aed update deps 2023-07-08 18:52:09 +01:00
b951c4dbee move derive_more to workspace dep 2023-01-02 20:38:03 +00:00
59ecb09c20 move rand to workspace dep 2023-01-02 20:35:37 +00:00
9e4882285e move serde deps to workspace 2023-01-02 20:35:11 +00:00
91ffa11e19 move a couple more things to workspace deps 2023-01-02 20:33:43 +00:00
66c7e1e9b5 use workspace deps for log and env_logger 2022-12-30 16:25:40 +00:00
aee47e0817 Use workspace dependencies for actix-web (#594) 2022-12-21 14:49:28 +00:00
c78332c0f9 update env_logger to 0.10 2022-12-11 15:25:57 +00:00
8a24fb9264 fix websockets chat example (#591) 2022-12-11 11:30:31 +00:00
54c0bc0eb4 bug fix for websocket chat python file (#575) 2022-09-09 20:03:41 +01:00
Ifa
dc7623694c fix comments (#568) 2022-08-05 17:11:18 +01:00
522e3d11e2 clippy 2022-07-21 03:30:58 +01:00
6c39b4b138 reduce boilerplate on response channels 2022-07-12 02:33:54 +01:00