mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 10:34:17 +00:00
update README
This commit is contained in:
parent
da9b8a76b0
commit
0693272c39
20
README.md
20
README.md
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user