@@ -63,23 +63,17 @@ uvicorn server:app --host 0.0.0.0 --port 8000
6363# 🔌 WebSocket Endpoint
6464```
6565/chat
66-
6766```
68- Example connection URL:
67+ Example connection URL:
6968wss://your-server-url/chat
70- ```
71- ---
7269
7370# 📦 Installation (Server)
7471
7572Install dependencies:
76-
7773```
7874pip install -r requirements.txt
79-
8075```
8176Run the server: python server.py
82- ```
8377
8478---
8579
@@ -93,3 +87,23 @@ Run the server: python server.py
9387# 📜 License
9488
9589MIT License
90+
91+ Copyright (c) 2026 Akshay
92+
93+ Permission is hereby granted, free of charge, to any person obtaining a copy
94+ of this software and associated documentation files (the "Software"), to deal
95+ in the Software without restriction, including without limitation the rights
96+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
97+ copies of the Software, and to permit persons to whom the Software is
98+ furnished to do so, subject to the following conditions:
99+
100+ The above copyright notice and this permission notice shall be included in all
101+ copies or substantial portions of the Software.
102+
103+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
104+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
105+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
106+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
107+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
108+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
109+ SOFTWARE.
0 commit comments