Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).