1
0
mirror of https://github.com/actix/examples synced 2025-02-17 07:23:29 +01:00

Commit Graph

  • 0d45081fa0 code review fixes Anton Patrushev 2019-02-22 15:00:58 +05:00
  • 6f539e37ab readme fixed Anton Patrushev 2019-02-21 23:44:19 +05:00
  • 07d1996211 Add file thread example Anton Patrushev 2019-02-21 23:41:25 +05:00
  • 2cd0ea9a2e udp echo server example Anton Patrushev 2019-02-20 22:21:59 +05:00
  • 4b549b0382 Add example template_yarte Juan Aguilar Santillana 2019-02-18 23:23:46 +01:00
  • 5c8aaba5f9
    Merge pull request #75 from CoderOffka/patch-1 Nikolay Kim 2019-02-03 11:54:35 -08:00
  • bb6fefc1e5
    Update README.md Andrey Tokarev 2019-02-03 22:06:29 +03:00
  • d3a69f0c58 Add nonfunctional complex example to diesel (#63) Firstyear 2019-01-31 19:12:27 +13:00
  • 2098586381 Remove unrequired dependency json William Brown 2019-01-31 15:54:08 +10:00
  • c27231045d
    Update README.md krircc 2019-01-30 09:09:55 +08:00
  • b35a773345
    Update README.md krircc 2019-01-30 09:08:54 +08:00
  • 408ec103ce rm testdb William Brown 2019-01-29 08:59:27 +10:00
  • e5d07488d2 Fix with_async William Brown 2018-11-20 16:08:07 +10:00
  • 6297cfb0ca Cleanup comments and code William Brown 2018-11-19 08:18:16 +10:00
  • 7ce9ca5115 Fix to code Douman 2018-11-18 18:52:19 +03:00
  • 66906c8aa8 Update examples William Brown 2018-11-18 19:56:22 +10:00
  • fffec0abed Add extractor type based on feedback William Brown 2018-11-18 09:56:39 +13:00
  • 45b92e50cf Add nonfunctional complex example to diesel William Brown 2018-11-17 14:08:04 +13:00
  • 18b75bc6c6
    Merge pull request #72 from comerc/patch-1 Nikolay Kim 2019-01-02 08:33:28 -08:00
  • 4152a005bb
    Typo comerc 2019-01-02 16:29:17 +03:00
  • 3afe400bdf Fix some issues at chat client (#71) Vane 2018-12-31 07:28:42 +01:00
  • f81459697e Fix some issues at chat client Vanessa Hernández Borrell 2018-12-29 01:13:23 +01:00
  • 1365892c80 Introduce actix-diesel and use in the diesel example Ryan Leckey 2018-12-28 02:27:32 -08:00
  • 3a29f1927b Readme updated with a tutorial link (#69) Harry Gill 2018-12-20 12:52:56 +00:00
  • 87108e3706 Added tutorial link to readme mygnu 2018-12-15 13:35:51 +00:00
  • 070443abce Merge remote-tracking branch 'upstream/master' mygnu 2018-12-15 13:29:11 +00:00
  • bfc5918f74 Added tutorial link in the Readme mygnu 2018-12-15 13:07:20 +00:00
  • 2fc76ac49b simple-auth-server added to examples (#65) Harry Gill 2018-12-09 15:55:36 +00:00
  • eed227e3ff licence removed mygnu 2018-12-09 15:40:22 +00:00
  • 2860b2afe5 Fix PR to make requested changes mygnu 2018-12-09 10:32:01 +00:00
  • 7b16120004 Fix PR to make requested changes mygnu 2018-12-09 10:20:21 +00:00
  • e75721066f travis.yml updated mygnu 2018-12-01 10:34:36 +00:00
  • 19b8e84e81 simple-auth-server added to examples mygnu 2018-12-01 10:27:09 +00:00
  • 29da5bed52 Merge branch 'master' of github.com:scull7/examples Nathan Sculli 2018-11-17 11:43:54 -08:00
  • 51211cec94 Merge branch 'master' of https://github.com/actix/examples Nathan Sculli 2018-11-17 11:43:13 -08:00
  • 1bfc93c2fd
    use .from_err() Nathan Sculli 2018-11-17 10:36:57 -08:00
  • 5871328be2 Fix proxy to handle both chunked and non-chunked responses (#59) Rotem Yaari 2018-11-17 20:27:29 +02:00
  • 7df3f845a3 Fix proxy to handle both chunked and non-chunked responses Rotem Yaari 2018-11-08 08:36:47 +02:00
  • a8fb84d160 Add an actor message passing example Nathan Sculli 2018-11-16 23:01:55 -08:00
  • 8a81a3bb58 remove unneeded RefCells (#62) Philip Jenvey 2018-11-16 21:04:24 -08:00
  • 272335598b
    remove unneeded RefCells Philip Jenvey 2018-11-14 16:32:13 -08:00
  • e30915d98d Add example of a full HTTP proxy, proxying body, header and method (#58) Rotem Yaari 2018-11-04 11:20:57 +02:00
  • b09fbb6fcd fixup! fixup! fixup! Add example of a full HTTP proxy, proxying body, header and method Rotem Yaari 2018-11-04 11:01:24 +02:00
  • b061d45c72 fixup! fixup! Add example of a full HTTP proxy, proxying body, header and method Rotem Yaari 2018-11-04 10:26:04 +02:00
  • 74b44627b9 fixup! Add example of a full HTTP proxy, proxying body, header and method Rotem Yaari 2018-11-04 09:12:03 +02:00
  • 72cdc3698f Add example of a full HTTP proxy, proxying body, header and method Rotem Yaari 2018-11-01 16:49:10 +02:00
  • 61a4b3b23b Improve shared state example Douman 2018-10-27 14:03:02 +03:00
  • 9c3576932f Enable travis cargo cache back Douman 2018-10-14 21:16:17 +03:00
  • c6f092fc80 Encapsulate app state in Arc<Mutex<...>> (#54) Jan Niehusmann 2018-10-14 19:56:25 +02:00
  • 0a2a356e7a replace deprecated feature "alpn" with "ssl" (#56) Jan Niehusmann 2018-10-14 19:30:59 +02:00
  • 30623edfe1 fix rustls example with updated rustls in actix-web (#55) Jan Niehusmann 2018-10-14 19:30:18 +02:00
  • 98d060184f Disable cargo caching to update actix-web version? Douman 2018-10-14 20:19:21 +03:00
  • 21eb6b3bef replace deprecated feature "alpn" with "ssl" Jan Niehusmann 2018-10-12 22:02:25 +00:00
  • 172ba1e9e8 fix rustls example with updated rustls in actix-web Jan Niehusmann 2018-10-12 21:32:59 +00:00
  • 96151d8e41 Encapsulate app state in Arc<Mutex<...>> Jan Niehusmann 2018-10-10 22:49:55 +00:00
  • 82a107452b
    Update README.md krircc 2018-10-09 00:50:23 +08:00
  • d6051d931c
    Update README.md krircc 2018-10-01 09:59:21 +08:00
  • 1d5c343e17
    Update README.md krircc 2018-10-01 09:42:07 +08:00
  • 024e21439e Fix favicon's href (#51) EasyToFindName 2018-09-30 23:14:57 +03:00
  • 62a0101c07 Fix pinging so client doesn't get dropped automatically after 10 seconds (#52) Daniel Kavanagh 2018-09-30 14:09:00 -06:00
  • e422184045 Fix pinging so client doesn't get dropped automatically after 10 seconds Daniel Kavanagh 2018-09-30 10:47:18 -06:00
  • 19c9dac0a3 Remove wrong index.html EasyToFindName 2018-09-29 22:41:25 +03:00
  • 8e4603be31 Fix favicon's href EasyToFindName 2018-09-29 22:20:56 +03:00
  • d8412fb9bb Do not use master branch of actix-web Douman 2018-09-28 18:20:09 +03:00
  • 3c5d53416b make the code neater (#49) Madao 2018-09-28 13:35:13 +08:00
  • cefe736a27 make the code neater Madao 2018-09-28 10:55:52 +08:00
  • 87f89b54f0 Implement websocket heartbeats (#48) sapir 2018-09-27 22:37:19 +03:00
  • 8f5a53e76c Add comments about checking for timeouts in websocket clients. Y. Sapir 2018-09-27 16:41:27 +03:00
  • 2e00028f7c Increase heartbeat interval to 5 seconds. Y. Sapir 2018-09-27 16:34:33 +03:00
  • bcfedd8794 Move duration constants to separate constant variables. Y. Sapir 2018-09-27 19:00:33 +03:00
  • c5b4d430f5 Move duration constants to separate constant variables. Y. Sapir 2018-09-27 16:34:06 +03:00
  • d9afae21b6 Fix "websocket" example's readme, and make binary names unique (#45) sapir 2018-09-24 11:57:36 +03:00
  • 7f00e5d4cf Fix 'unused #[macro_use]' warning. Y. Sapir 2018-09-22 20:53:01 +03:00
  • d540d4487c Implement heartbeat in 'websocket-chat' example. Y. Sapir 2018-09-22 20:44:02 +03:00
  • 6a872ba8b9 In 'websocket-tcp-chat' example, don't try to send a ping when timing out. Y. Sapir 2018-09-22 20:49:37 +03:00
  • 645aef993c Fix 'websocket-tcp-chat' example to timeout by client pings, not pongs. Y. Sapir 2018-09-22 20:48:53 +03:00
  • 684ee2c085 Combine use statements in 'websocket-tcp-chat' example. Y. Sapir 2018-09-22 20:41:32 +03:00
  • 53fdb04224 Implement heartbeat for 'websocket' example. Y. Sapir 2018-09-22 20:41:15 +03:00
  • 01af258fae
    Merge 48ed71c5a00880f7576f845b4a7d3f06a23d7c66 into 8edf86e4b87541be084b7a7b0e28de568d51f2a8 sapir 2018-09-18 10:20:04 +00:00
  • 8edf86e4b8 WebSocket Chat example using actix-broker (#44) Christopher Ricketts 2018-09-18 11:19:45 +01:00
  • 48ed71c5a0 Remove unused heartbeats for websocket and websocket-chat. Y. Sapir 2018-09-18 10:57:41 +03:00
  • bf60de3ce7 forgot rustfmt chris ricketts 2018-09-17 23:03:58 +01:00
  • 6a1468c87f changes in response to @DoumanAsh's review of PR#44 chris ricketts 2018-09-17 22:58:41 +01:00
  • 40b97937ec Mention websocket client example. Y. Sapir 2018-09-18 00:52:19 +03:00
  • 437fa3bb42 Mention --bin parameter to 'cargo run'. Y. Sapir 2018-09-18 00:48:37 +03:00
  • f36e6c9ffb Give each example binary a unique name. Y. Sapir 2018-09-18 00:47:26 +03:00
  • f7fe267bcb add websocket-chat-broker example to travis chris ricketts 2018-09-17 08:05:20 +01:00
  • 2c563c92e0 change author chris ricketts 2018-09-16 16:17:52 +01:00
  • 753f2eb5a3 update readme chris ricketts 2018-09-16 15:35:24 +01:00
  • 26b41886fa WebSocket Chat Example rewrite with actix-broker chris ricketts 2018-09-16 15:21:32 +01:00
  • 6b68cfc529
    Merge pull request #39 from munckymagik/actix-todo Douman 2018-09-05 13:04:39 +03:00
  • 5e2ef3723e
    Add comment Douman 2018-09-05 12:46:55 +03:00
  • 60c3ca2050 Add actix-todo example Dan Munckton 2018-08-27 10:56:26 +01:00
  • d653fe4822
    Merge pull request #42 from botika/master Douman 2018-08-28 16:03:12 +03:00
  • 86c89dabcb fix minor issues bott 2018-08-28 14:11:58 +02:00
  • 5d3c5056ed fix unawait asyncio coroutines; refactor decorator/yield from in favor of await/async bott 2018-08-28 13:56:51 +02:00
  • b1e5cef4b5 improve heartbeat with run_interval bott 2018-08-28 10:59:08 +02:00
  • fb32a7d600 fix python websocket client no await bott 2018-08-28 10:38:45 +02:00
  • 5d2ed435f7
    Merge 58d3e5f8c5400bc5417f827697db59665500b4c9 into 13834d8076e46585eb682399e11e3ee168faf167 imaperson 2018-08-28 07:55:47 +00:00
  • 58d3e5f8c5 fix missing heartbeat bott 2018-08-28 09:53:51 +02:00