update readme

This commit is contained in:
SrGooglo 2025-03-26 11:04:42 +00:00
parent 5b58346f4c
commit ebf251bc49
2 changed files with 23 additions and 7 deletions

20
README.md Normal file
View File

@ -0,0 +1,20 @@
<img
src="https://raw.githubusercontent.com/ragestudio/linebridge/refs/heads/master/resources/linebridge-color-b.svg"
width="100%"
height="150px"
/>
# 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.
<!-- For more information, please visit the [documentation](https://docs.linebridge.com). -->

View File

@ -133,7 +133,3 @@ Run the server
```bash ```bash
linebridge-boot index.js 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.
<!-- For more information, please visit the [documentation](https://docs.linebridge.com). -->