https://github.com/opensourcetreasure/simple-chat
A very simple chat in html and javascript for you to build upon
https://github.com/opensourcetreasure/simple-chat
chat chat-application html javascript offline-app self-hosted web website
Last synced: 2 months ago
JSON representation
A very simple chat in html and javascript for you to build upon
- Host: GitHub
- URL: https://github.com/opensourcetreasure/simple-chat
- Owner: OpenSourceTreasure
- License: apache-2.0
- Created: 2024-10-29T17:29:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T13:27:03.000Z (over 1 year ago)
- Last Synced: 2025-10-09T05:11:48.427Z (7 months ago)
- Topics: chat, chat-application, html, javascript, offline-app, self-hosted, web, website
- Language: HTML
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Simple Chat
🥁 A very simple chat in html and javascript for you to build upon
💬 This is code for a basic chat room. It is by no means a finished product. If you are building a chat room, perhaps this will give you a basis and save a bit of time.
🎷 There are no dependencies. Just html and javascript.
✅ Bonus! Dual-chat.html is a dual chat on one non-scrolling page. It is two chats in 1 chat room. Users are Webchat and Webchat II. Again, you can use this to build something.
🥂 Enjoy!