Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bemxio/chatochka
A simple P2P online chat made with PeerJS
https://github.com/bemxio/chatochka
chat css html javascript p2p peerjs
Last synced: 11 days ago
JSON representation
A simple P2P online chat made with PeerJS
- Host: GitHub
- URL: https://github.com/bemxio/chatochka
- Owner: bemxio
- License: mit
- Created: 2024-09-17T14:08:52.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-19T13:54:53.000Z (about 2 months ago)
- Last Synced: 2024-10-17T17:51:57.973Z (29 days ago)
- Topics: chat, css, html, javascript, p2p, peerjs
- Language: JavaScript
- Homepage: https://chat.bemxio.xyz/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Chatochka
Chatochka is a simple peer-to-peer chat website that allows two people to, well, chat with each other. It is made using the classic HTML, CSS, and JavaScript trio, with the addition of [PeerJS](https://peerjs.com) for the connection between the peers.## Usage
Simply go to the [official link](https://chat.bemxio.xyz), host the website yourself, or open the `index.html` file in your browser.You'll be asked to enter your name. After that, Chatochka will give you a peer ID, share it with the person you want to chat with. To connect with you, they'll have to enter your peer ID in the input field and click the "here" button. If everything goes well, you'll both get a notification that you're connected and you'll be able to chat with each other.
## License
This project is licensed under the MIT License - see the [`LICENSE.txt`](LICENSE.txt) file for details.Contributions are welcome! If you want to contribute, whether it's an issue you've encountered or a pull request with new features, feel free to do so.