-
Notifications
You must be signed in to change notification settings - Fork 0
Server
Noa Aarts edited this page Dec 11, 2024
·
2 revisions
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.
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.