Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 836 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 836 Bytes

PyKlatchat

PyKlatchat is a pythonic version of klatchat that is developed to make existing solution more modular and extendable.

White Paper

An actual description of proposed solution can be found under this link.

Chat Client

Chat client configuration location is managed via environment variable "CHATCLIENT_CONFIG"

Client-side configuration

Client side configuration is used to determine Javascript configs, it should be named "runtime_config.json" and placed to "chat_client/static/js"

Example can be found in "chat_client/static/js/example_runtime_config.json"

Launching

Chat Client can be launched as python module from root directory: python -m chat_client