From e4661cd2ece70a02cbcee78d5daa357a72689161 Mon Sep 17 00:00:00 2001 From: Caio Date: Mon, 19 Aug 2024 23:05:09 -0300 Subject: [PATCH] Add the `wtx` project --- content/topics/binary-protocols.md | 3 ++- content/topics/database.md | 3 ++- content/topics/frameworks.md | 3 ++- content/topics/lower-web-stack.md | 6 ++++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/content/topics/binary-protocols.md b/content/topics/binary-protocols.md index 4771d8a..4a2b6e8 100644 --- a/content/topics/binary-protocols.md +++ b/content/topics/binary-protocols.md @@ -16,7 +16,8 @@ packages = [ "tarpc", "tonic", "flatbuffers", - "thrift" + "thrift", + "wtx" ] diff --git a/content/topics/database.md b/content/topics/database.md index 4801c10..26f7cd5 100644 --- a/content/topics/database.md +++ b/content/topics/database.md @@ -22,7 +22,8 @@ drivers = [ "cassandra-cpp", "memcache", "mongodb", - "sqlx" + "sqlx", + "wtx" ] orms = [ diff --git a/content/topics/frameworks.md b/content/topics/frameworks.md index 6ab3dc7..32fdd0a 100644 --- a/content/topics/frameworks.md +++ b/content/topics/frameworks.md @@ -15,7 +15,8 @@ server = [ "warp", "axum", "poem", - "salvo" + "salvo", + "wtx" ] frontend = [ diff --git a/content/topics/lower-web-stack.md b/content/topics/lower-web-stack.md index d4506cb..71915a3 100644 --- a/content/topics/lower-web-stack.md +++ b/content/topics/lower-web-stack.md @@ -11,13 +11,15 @@ http = [ "async-h1", "h2", "hyper", - "tiny-http" + "tiny-http", + "wtx" ] websocket = [ "tungstenite", "async-tungstenite", - "tokio-tungstenite" + "tokio-tungstenite", + "wtx" ] protocols = [