From ebf251bc49759aeee6545eea964c38e02c6ce640 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Wed, 26 Mar 2025 11:04:42 +0000 Subject: [PATCH] update readme --- README.md | 20 ++++++++++++++++++++ server/README.md | 10 +++------- 2 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..65a3f18 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ + +# Linebridge +A multiproposal framework to build fast, scalable, and secure servers. + +Currently used on RageStudio's services backends, like [Comty](https://github.com/ragestudio/comty) + +## 🔎 Project Navigation +The project is organized into two main components: + +- [server](https://github.com/ragestudio/linebridge/tree/master/server) + +- [client](https://github.com/ragestudio/linebridge/tree/master/client) (Experimental) + +## 📓 Documentation +> The official documentation is on its way. Stay tuned for detailed guides and API references to help you unlock the full potential of Linebridge. + diff --git a/server/README.md b/server/README.md index f44b4c9..b051181 100755 --- a/server/README.md +++ b/server/README.md @@ -1,6 +1,6 @@ - # Linebridge @@ -133,7 +133,3 @@ Run the server ```bash linebridge-boot index.js ``` - -## Documentation -> The official documentation is on its way. Stay tuned for detailed guides and API references to help you unlock the full potential of Linebridge. -