Rhubarb is a lightweight WebSocket library for multiplayer HTML5 games. It is originally designed to be used by the ROYGBIV Engine. However, it can be used outside of ROYGBIV as well. Javascript is slow, therefore we want to have as much main-process-power as we can in order to do game related calculations, graphics rendering and achieving 60 FPS. For multiplayer games achieving 60 FPS gets even more complicated given that transferring data over WebSockets is a slow operation. It also triggers GC activity by copying the transferred data (if JSON is the preferred way), which eventually slows down the main thread as well.

Features

  • Using WebWorkers to handle networking out of main thread
  • Using transferables between the main thread and the worker to prevent GC activity (zero copy)
  • Redefining/compressing and sending protocols using Float32Arrays
  • Allowing users to define their protocols in a high-level way and taking care of all the dirty bitwise operations internally
  • Allowing sharing same protocol definitions between server/client
  • Allocating objects only when being initialized

Project Samples

Project Activity

See All Activity >

License

MIT License

Follow Rhubarb

Rhubarb Web Site

You Might Also Like
Tigerpaw One | Business Automation Software for SMBs Icon
Tigerpaw One | Business Automation Software for SMBs

Fed up with not having the time, money and resources to grow your business?

The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Rhubarb!

Additional Project Details

Programming Language

JavaScript

Related Categories

JavaScript WebSocket Libraries

Registered

2023-08-14