25 lines
562 B
Markdown
25 lines
562 B
Markdown
|
# 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
|