Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ducthienbui97/ano-chat
Webchat allow user to chat with stranger anonymously without login or any third party involvement.
https://github.com/ducthienbui97/ano-chat
p2p p2p-chat p2p-http peerjs
Last synced: about 1 month ago
JSON representation
Webchat allow user to chat with stranger anonymously without login or any third party involvement.
- Host: GitHub
- URL: https://github.com/ducthienbui97/ano-chat
- Owner: ducthienbui97
- License: mit
- Created: 2017-06-10T15:08:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T08:43:15.000Z (over 6 years ago)
- Last Synced: 2024-10-30T01:54:37.049Z (3 months ago)
- Topics: p2p, p2p-chat, p2p-http, peerjs
- Language: JavaScript
- Homepage:
- Size: 2.06 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ano Chat
[![GitLicense](https://gitlicense.com/badge/ducthienbui97/ano-chat)](https://gitlicense.com/license/ducthienbui97/ano-chat)Webchat allow user to chat with stranger anonymously without login or any third party involvement.
# Demo
Demo is not working anymore
# Todo list:
- Take into account user disconnect
- Handle connect error# Credit:
I made this base on [a peerjs tutorial](https://www.sitepoint.com/file-sharing-component-react/) by [Wern Ancheta](https://github.com/anchetaWern)This web uses [peerjs](http://peerjs.com/) as connecting library, [firebase](https://firebase.google.com/) as signaling server (still developing), and some [atlaskit components](https://atlaskit.atlassian.com/). It also uses [an component that I contributing to atlaskit](https://bitbucket.org/atlassian/atlaskit/pull-requests/2945) which can be found in [my bitbucket](https://bitbucket.org/thienbui97/atlaskit/src/64bb27c21f0eb6ebc081d6f6249f9a28f85cd7d3/packages/text-area/?at=master).