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

1758 Commits

Author SHA1 Message Date
7a957cee6e Update Cargo.lock to fix the build (#556) 2022-06-08 03:36:16 +01:00
271a68c07d Update dependencies for databases/postgres (#555)
Fix config code to account for breaking changes
2022-06-08 00:51:42 +01:00
a7a7f0858b Update databases/postgres/README.md (#554)
* Update databases/postgres/README.md

Add sudo -u postgres to relevant commands

Add privilege granting step for new user

Add -i flag to curl command to show HTTP response code

* Update databases/postgres/README.md

Add more options for accomplishing tasks

Add note regarding
2022-06-06 19:20:46 +01:00
b459225d5a Add rustypaste to community showcase (#552) 2022-05-16 10:09:13 +01:00
62ac6c0e23 Update README.md 2022-04-21 15:07:19 +01:00
453311c296 Add pict-rs to community examples (#546) 2022-04-03 23:45:16 +01:00
69a369c937 Fix path in readme file for websocket echo example (#536) 2022-03-16 02:21:03 +00:00
63c91733b5 add monrinth to showcase 2022-03-15 18:49:33 +00:00
4f1881d1a3 clean up rustls example 2022-03-15 18:17:19 +00:00
c9ebeacf58 fix cors example 2022-03-15 17:32:27 +00:00
ba7812fb0a fix links 2022-03-08 15:49:32 +00:00
e1d124c0e3 fmt 2022-03-07 13:34:59 +00:00
57f5605f3f fix typo for websockets/chat-tcp/client.rs (#535) 2022-03-07 13:22:18 +00:00
c0ac2834d5 add barricade to showcase
closes #435
2022-03-06 00:52:48 +00:00
e239414a55 format markdown 2022-03-06 00:43:10 +00:00
f27cc4b6b4 normalize ports to 8080 2022-03-06 00:41:32 +00:00
e8cd22d2f2 reduce futures dep 2022-03-06 00:15:19 +00:00
c5f2a8fcc7 Don't use mutex directly in async code (#534) 2022-03-05 19:35:22 +00:00
b8fc58bec6 add guard example
closes #533
2022-03-05 14:28:43 +00:00
c3fd8e1315 update dependencies 2022-03-04 16:28:40 +00:00
418e6f2548 update deps 2022-03-04 03:46:05 +00:00
84f1578f8d update more stable crates 2022-02-25 21:25:21 +00:00
4dc9199781 update actix web to stable version 2022-02-25 21:08:53 +00:00
c3a74c6823 add bloom to showcae 2022-02-24 00:32:34 +00:00
bad25d643e use futures-util in more cases 2022-02-22 12:12:17 +00:00
f229251f0d fix redirect middleware example 2022-02-22 12:01:01 +00:00
1206905a11 fix static-files readme name 2022-02-18 03:36:04 +00:00
d25d71111f remove boxes from weather queries
fixes #282
2022-02-18 03:13:49 +00:00
fbd3b228e9 fmt 2022-02-18 02:44:02 +00:00
aca1dab890 rc3 2022-02-18 02:40:58 +00:00
e7b73040d7 fix diesel example 2022-02-18 02:32:44 +00:00
09e3318ebf temp remove diesel ci 2022-02-18 02:27:07 +00:00
c73efc7057 remove broken link 2022-02-18 02:23:48 +00:00
6f1c9e2350 standardize binary names 2022-02-18 02:22:58 +00:00
cfb181ecf5 fix cd links 2022-02-18 02:19:57 +00:00
4d210b32f9 fix cd links 2022-02-18 02:18:44 +00:00
357983d22c fix ci 2022-02-18 02:13:55 +00:00
b388c10aea fix links 2022-02-18 02:13:08 +00:00
74ee6ae707 rename nested routing binary 2022-02-18 02:02:44 +00:00
cc3d356209 restructure folders 2022-02-18 02:01:48 +00:00
4d8573c3fe update all websocket examples to v4 2022-02-18 01:44:53 +00:00
1b23e3ff3d update async-graphql example 2022-02-17 21:29:55 +00:00
e0888cd255 update graphql advanced example 2022-02-17 20:59:04 +00:00
7a3fc52a70 update juniper example 2022-02-17 20:37:51 +00:00
7857ac65f8 update protobuf example 2022-02-17 20:22:36 +00:00
ddb84ebf6f feat: Example for Sailfish template engine (#528)
Co-authored-by: aaverichev <Aleksandr.Averichev@hermesrussia.ru>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-17 20:15:18 +00:00
d815a44ccc Upgrade dependencies in websocket-tcp-example (#469)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-17 19:54:41 +00:00
5c1e25fe52 Database interactions/redis (#524)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-15 00:35:00 +00:00
7ea3f7f54a clean up sse example 2022-02-14 01:37:51 +00:00
c84c16e8b7 Updated others/server-sent-events to v4. (#525) 2022-02-14 01:16:18 +00:00