This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
WallPost/README.md

25 lines
562 B
Markdown
Raw Normal View History

2021-06-17 01:47:29 +02:00
# WallPost
A Java Swing application which allows to post articles on a remote "wall"
Includes:
* SignUp/SignIn
* Posting stories
* Reading stories
* Multi-threaded server
* State persistence
Employs a custom protocol in communication ("FOLLOWS protocol" to exchange variables)
> **Notice**
> This is just a demonstrative application
> It lacks basic functionalities as editing and upvoting, and relies on terrible storage and authentication, in fact it does not even use SSL or TLS
> Be aware of this
* WallPost: The client
* WallPostServer: The server