A simple demo "Wall" application
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.
Go to file
2021-06-17 01:47:29 +02:00
WallPost Add files via upload 2021-06-17 01:47:29 +02:00
WallPostServer Add files via upload 2021-06-17 01:47:29 +02:00
LICENSE Initial commit 2021-06-17 01:47:08 +02:00
README.md Add files via upload 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