Bulletin Board

A basic client server application, allowing multiple users to connect to the server and post/share posts on a virtual bulletin board. Project developed in python and developed for academic purposes.

This was my first client-server application. The bulletin board used a simple 2d array to keep track of where notes were pinned on the virtual board, allowing users to read posts in certain locations. The users could fetch posts of specific colours or areas from the servers bulletin board and read them on client side.

The code for this project can be found on my github or by following this link!


‘Bulletin Board’