Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/streamr-dev/chat
A proof-of-concept chat application built on the Streamr network.
https://github.com/streamr-dev/chat
chat dapp data messaging real-time streamr web3
Last synced: about 2 months ago
JSON representation
A proof-of-concept chat application built on the Streamr network.
- Host: GitHub
- URL: https://github.com/streamr-dev/chat
- Owner: streamr-dev
- Created: 2021-06-08T18:25:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T11:34:08.000Z (9 months ago)
- Last Synced: 2024-04-17T05:09:22.951Z (9 months ago)
- Topics: chat, dapp, data, messaging, real-time, streamr, web3
- Language: TypeScript
- Homepage: https://thechat.app
- Size: 39.6 MB
- Stars: 20
- Watchers: 5
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thechat.app 💬
Visit https://thechat.app!
___
## Installation
To start your own instance of thechat.app, you need to download the source code from Github:
```bash
git clone https://github.com/streamr-dev/chat
```Then, you need to install the dependencies
```bash
npm install
```Finally, you can start the app for development and usage in your own machine with the following command:
```bash
npm start
```
The app will be available at [http://localhost:5173/](http://localhost:5173/)If you want to make the app available to other machines in your network, you can use the following command:
```bash
npm run start:prod
```