Skip to content

endel/colyseus-0.15-protocol-buffers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Colyseus and Protocol Buffers (Raw Binary Message Exchange)

Since Colyseus version 0.15, you can exchange raw bytes as messages via .sendBytes().

This is a monorepo demonstrating how to send and receive Protocol Buffers through raw bytes using Colyseus.

Protocol Buffers is just an example of an arbitrary custom serializer/de-serializer you could use to exchange messages.

Running locally

Clone this project, and from the root folder, run:

npm install
npm start

Now, access http://localhost:1234/ from your web browser.

About

Demonstrating Colyseus 0.15 and Protocol Buffers (Raw Binary Message Exchange)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published