diff --git a/README.md b/README.md index 2775ed3..d41c42d 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,26 @@ -# linebridge + +# 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) +## 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 ### Installation ```bash