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!
- Host: GitHub
- URL: https://github.com/skorotkiewicz/hashchat
- Owner: skorotkiewicz
- Created: 2020-12-23T03:20:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T11:57:28.000Z (about 4 years ago)
- Last Synced: 2025-01-31T12:34:44.245Z (4 months ago)
- Topics: bitcoin, chat, nodejs, reactjs, socket, websocket
- Language: JavaScript
- Homepage: https://hashchat.js.org/
- Size: 379 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```