-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmoonwave.toml
More file actions
32 lines (24 loc) · 854 Bytes
/
moonwave.toml
File metadata and controls
32 lines (24 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
title = "BridgeNet2"
gitRepoUrl = "https://github.com/ffrostfall/bridgenet2/"
changelog = true
[docusaurus]
projectName = "BridgeNet2"
tagline = "Blazing fast & opinionated networking library designed to reduce bandwidth"
favicon = "favicon.png"
[navbar.logo]
alt = "BridgeNet2"
src = "logo.png"
[footer]
style = "dark"
[home]
enabled = true
includeReadme = false
[[home.features]]
title = "Cuts the header from RemoteEvents"
description = "BridgeNet2 cuts down successive remote event call size from 9 bytes to 2 bytes"
[[home.features]]
title = "High quality logging"
description = "BridgeNet2 makes logging network traffic incredibly easy in an extremely readable manner"
[[home.features]]
title = "Oriented around performance"
description = "If your game is having performance issues related to networking, switching to BridgeNet2 will help."