Skip to content

Releases: YinMo19/chatroom

V0.0.1

28 Nov 18:08
Compare
Choose a tag to compare

RELEASE 1

Please use your preferred method to unzip the installation package for your respective platform. Go into the directory, just run

ROCKET_ADDRESS=0.0.0.0 ROCKET_PORT=80 ./chatroom

in terminal if you need more messages.

if you need to use for higher performence cases, just type

ROCKET_ADDRESS=0.0.0.0 ROCKET_PORT=80 ./chatroom_debug

in your terminal. it will represent less messages.