Simple chatroom powered by a Python-based server with a fully functional web GUI client.
Sorry, ChatRooM is still in development and not ready for use.
Client
git clone https://github.com/pdnode-team/ChatRooM.gitcd ./ChatRooMnpm installpnpm dev- Access
localhost:3000via your web browser
Server
git clone https://github.com/pdnode-team/ChatRooM.gitcd ./ChatRooM/Server./main.exeIf the download is not via release, use "python ./main.py"
We do not provide support for deployment issues of the development version from source code, but we welcome all bug reports encountered during usage.