Skip to content
Noa Aarts edited this page Dec 11, 2024 · 2 revisions

the Flurry server

By default starting the flurry server hosts pixelflut on port 127.0.0.1:7791 and it hosts a website to view the canvas on 127.0.0.1:3000. Changing these is currently only possible by changing the constants in src/config.rs.

Protocols

Each protocol can be enabled and disabled using cargo feature flags, by default text and binary are enabled. Other options will be added here and to flurry later.

Clone this wiki locally