Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 chatroom html javascript
Last synced: 22 days 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:46:55.000Z (2 months ago)
- Last Synced: 2024-10-29T18:55:13.231Z (2 months ago)
- Topics: chat, chatroom, html, javascript
- Language: HTML
- Homepage:
- Size: 5.86 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 Screenshot](https://raw.githubusercontent.com/OpenSourceTreasure/simple-chat/main/simple-chat.png)
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!