Compare commits

...

3 Commits

Author SHA1 Message Date
Felix Hartmann (PEA3-Fe-FI)
e75385a69b fix typos 2021-09-24 10:08:04 +02:00
Felix Hartmann (PEA3-Fe-FI)
f5030c55c5 update README.md 2021-09-24 10:06:48 +02:00
Felix Hartmann (PEA3-Fe-FI)
2718864b5c add README.md 2021-09-24 10:04:56 +02:00

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# 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_dark.PNG "dark mode")