0.3.42 • Published 3 years ago

blueboat v0.3.42

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

blueboat

Blueboat is a simple game server backend for NodeJS focused on scalability. Blueboat's job is to focus on networking, timing, and state management so that you can focus on what makes your game special.

Blueboat was created by and for Gimkit, and because of that, it has some opinionated decisions and requirements. Blueboat's main goal is to be scalable so that you don't have to change anything as your game grows.

Blueboat takes care of

  • Real-time communication between server and clients
  • State management on the server
  • Room joining/leaving
  • Timing events
  • Scaling

Blueboat does not take care of

  • State synchronization between server and client
  • Matchmaking
  • Game or Physics Engine
  • External Database (for saving player stats)

Install

yarn add blueboat

or

npm install blueboat --save

Blueboat comes with Typescript definitions already so need to install those!

Documentation

Admin Tool

When running your server, you can visit an admin panel, but going to /blueboat-panel

View List Of Rooms

By default, you can see the list of rooms currently active in your server.

View Room

Click into a room to see the list of clients and the room's state

Change Game Values

Use Blueboat's game values tab to quickly change game values. Super useful to easily make balance adjustments or enable/disable game features. Here's an example of a simple chat application that gets a message from a bot when you create a room:

Inspirations

Blueboat is inspired by Colyseus. The creator of Colyseus, Endel Dreyer helped significantly throughout the building of Blueboat. Thanks so much, Endel!

0.3.42

3 years ago

0.3.38

4 years ago

0.3.37

4 years ago

0.3.36

4 years ago

0.3.35

4 years ago

0.3.34

4 years ago

0.3.33

4 years ago

0.2.32

4 years ago

0.2.31

4 years ago

0.2.30

4 years ago

0.2.29

4 years ago

0.2.28

4 years ago

0.2.27

4 years ago

0.2.26

4 years ago

0.2.25

4 years ago

0.2.24

4 years ago

0.2.23

4 years ago

0.2.22

4 years ago

0.2.21

4 years ago

0.2.1

4 years ago

0.1.41

4 years ago

0.1.40

4 years ago

0.1.39

4 years ago

0.1.37

4 years ago

0.1.30

4 years ago

0.1.29

4 years ago

0.1.28

4 years ago

0.1.27

4 years ago

0.1.26

4 years ago

0.1.25

4 years ago

0.1.23

4 years ago

0.1.24

4 years ago

0.1.22

4 years ago

0.1.21

4 years ago

0.1.20

4 years ago

0.1.18

4 years ago

0.1.19

4 years ago

0.1.17

4 years ago

0.1.16

4 years ago

0.1.15

4 years ago

0.1.14

4 years ago

0.1.13

4 years ago

0.1.125

4 years ago

0.1.126

4 years ago

0.1.124

5 years ago

0.1.123

5 years ago

0.1.121

5 years ago

0.1.120

5 years ago

0.1.119

5 years ago

0.1.118

5 years ago

0.1.117

5 years ago

0.1.116

5 years ago

0.1.115

5 years ago

0.1.114

5 years ago

0.1.113

5 years ago

0.1.112

5 years ago

0.1.111

5 years ago

0.1.109

5 years ago

0.1.108

5 years ago

0.1.107

5 years ago

0.1.106

5 years ago

0.1.104

5 years ago

0.1.102

5 years ago

0.1.100

5 years ago

0.1.98

5 years ago

0.1.96

5 years ago

0.1.94

5 years ago

0.1.92

5 years ago

0.1.90

5 years ago

0.1.88

5 years ago

0.1.86

5 years ago

0.1.84

5 years ago

0.1.82

5 years ago

0.1.80

5 years ago

0.1.78

5 years ago

0.1.76

5 years ago

0.1.74

5 years ago

0.1.72

5 years ago

0.1.70

5 years ago

0.1.68

5 years ago

0.1.66

5 years ago

0.1.64

5 years ago

0.1.62

5 years ago

0.1.60

5 years ago

0.1.58

5 years ago

0.1.56

5 years ago

0.1.54

5 years ago

0.1.52

5 years ago

0.1.50

5 years ago

0.1.48

5 years ago

0.1.46

5 years ago

0.1.44

5 years ago

0.1.42

5 years ago

0.1.38

5 years ago

0.1.36

5 years ago

0.1.34

5 years ago

0.1.32

5 years ago

0.1.3

5 years ago

0.1.1

5 years ago