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

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.

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
```

![InfinityChat Page](./md_res/InfinityChat.png)