update README

This commit is contained in:
SrGooglo 2024-09-25 21:02:46 +00:00
parent da9b8a76b0
commit 0693272c39

View File

@ -1,8 +1,26 @@
# linebridge <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. A multiproposal framework to build fast, scalable, and secure servers.
Currently used on RageStudio's services backends, like [Comty](https://github.com/ragestudio/comty) Currently used on RageStudio's services backends, like [Comty](https://github.com/ragestudio/comty)
## Suported Engines
- [hyper-express](https://github.com/kartikk221/hyper-express) (default) | High Performance Node.js Webserver.
- worker | IPC Worker for sharding.
## Features
- Multiproposal
- Modular and extensible
- 🚀 Fast and scalable
- 🔐 Secure by default
- Supports WebSockets
- 📦 Supports multiple protocols
- Transcompiler included on bootloader
## Getting Started ## Getting Started
### Installation ### Installation
```bash ```bash