https://github.com/teddy55codes/infinitychat
A simple append only chat implemented with blazor and the entity framework.
https://github.com/teddy55codes/infinitychat
Last synced: 2 months ago
JSON representation
A simple append only chat implemented with blazor and the entity framework.
- Host: GitHub
- URL: https://github.com/teddy55codes/infinitychat
- Owner: Teddy55Codes
- License: mit
- Created: 2023-02-23T12:55:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T17:59:45.000Z (about 2 years ago)
- Last Synced: 2025-01-21T04:27:00.354Z (4 months ago)
- Language: C#
- Homepage:
- Size: 251 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Infinity Chat
Infinity Chat is a simple chat site. There are no user no permissions and no rate limits. This chat was made as an experiment for a lan party.
To run this project simply navigate to the directory where the `docker-compose.yml` file lives and run the following command:
```shell
docker-compose up -d
```