Skip to content

Commit

Permalink
Update url
Browse files Browse the repository at this point in the history
  • Loading branch information
KajaBraz authored Nov 27, 2024
1 parent 4484f0f commit b805431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
| | |
|:--------|:------|
| **STATUS** | ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/KajaBraz/ChatBox/.github%2Fworkflows%2Fpythonapp.yml) |
| **LINK** | [![Static Badge](https://img.shields.io/badge/access_ChatBox-HERE-FFE66D)](http://178.37.215.184:13297/) |
| **LINK** | [![Static Badge](https://img.shields.io/badge/access_ChatBox-HERE-FFE66D)](http://94.40.155.126:13297/) |
| **TRAFFIC** | [![Hits](https://hits.sh/github.com/silentsoft/hits.svg?view=today-total&color=pink&label=daily+/+total+views)](https://github.com/KajaBraz/ChatBox) [![GitHub Clones](https://img.shields.io/badge/dynamic/json?color=pink&label=clones&query=count&url=https://gist.githubusercontent.com/KajaBraz/6c721046f14e080ef8e2a0038b4036b0/raw/clone.json)](https://github.com/MShawon/github-clone-count-badge) |
| **ACTIVITY** | ![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/t/KajaBraz/ChatBox?label=commits+count&color=orange) ![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/y/KajaBraz/ChatBox/master?label=commits+frequency&color=orange) |
| **ISSUES** | ![GitHub issues](https://img.shields.io/github/issues-raw/KajaBraz/ChatBox?color=brown) ![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/KajaBraz/ChatBox.svg?color=brown) |
Expand All @@ -11,7 +11,7 @@
## Description
Client-Server Messaging Application written in Python (server side) and JavaScript (client side) with the use of websockets for sending/receiving messages, Flask for serving http requests, and SQLAlchemy (PostgreSQL) for storing/handling the database.

The chat rooms can be created and accessed in the browser (http://178.37.215.184:13297/). No installation and no registration needed.
The chat rooms can be created and accessed in the browser (http://94.40.155.126:13297/). No installation and no registration needed.

The chats are open and can be viewed by all the users who enter them.

Expand Down

0 comments on commit b805431

Please sign in to comment.