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

https://github.com/skorotkiewicz/hashchat

Simple chat with person with same tags as you!
https://github.com/skorotkiewicz/hashchat

bitcoin chat nodejs reactjs socket websocket

Last synced: 2 months ago
JSON representation

Simple chat with person with same tags as you!

Awesome Lists containing this project

README

        

# HashChat

Simple chat with person with same tags as you!

My little side project I ran into through a dream, I wanted to create a place where everyone can meet with the same dreams.

So I created a simple chat where you give tags (which mean your dream) and you can meet a person with the same dream (tag)...

## Contributing

If you want to support development, you can clone the project and run it on your local device.

## Quick start

```
$ git clone https://github.com/skorotkiewicz/HashChat
$ cd client/
$ yarn install
$ yarn run start

$ cd ../server
$ yarn install
$ yarn run start
```