Skip to content

WebSocket-based chat server with Python, also featuring a React-based static web client with TypeScript.

License

Notifications You must be signed in to change notification settings

eeriemyxi/rorica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rorica

Important

Rorica is still in development and currently is unusable.

Rorica is WebSocket-based chat server, also featuring an official React-based static web client.

Running Rorica

Copy .env.sh.sample to .env.sh. Also customize LOG_LEVEL between debug and info.

Note

The container does not depend on .env.sh file. That script just defines a bunch of environment variables for you.

Rorica leverages Docker containers.

To run it for production:

Set RORICA_TARGET to production in .env.sh.

source .env.sh
docker compose up

To run it for development:

Set RORICA_TARGET to development in .env.sh.

source .env.sh
docker compose up --watch

About

WebSocket-based chat server with Python, also featuring a React-based static web client with TypeScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published