Files
polychat/README.md
Felix Hartmann (PEA3-Fe-FI) f5030c55c5 update README.md
2021-09-24 10:06:48 +02:00

21 lines
787 B
Markdown

# Polychat
![Logo](PolyChat/Assets/polychat_logo.svg "Logo")
serverless chat app written in c# using [`SocketIOSharp`](https://github.com/uhm0311/SocketIOSharp) & `UWP`
### Features:
- chat is not dependent on server, every client can be a server
- chatpartner discovery over ip address
- set username to be shown to chatpartners
- save chat history to local disk (encrypted)
- dark mode ;)
### Implentation:
- network connection via the library [`SocketIOSharp`](https://github.com/uhm0311/SocketIOSharp)
- graphical user interface uses `UWP` (Universal Windows App)
- messages are sent via json
- chat history gets saved as json after encryption
### Screenshots:
![light mode](screenshots/polychat_light.PNG "light mode")
![dark mode](screenshots/polychat_light.PNG "dark mode")