Skip to content

πŸ’¬ Client-server application built with C++ about a news feed style notification service, similar to Twitter

License

Notifications You must be signed in to change notification settings

williamniemiec/socialine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

socialine

News feed style notification service, similar to Twitter.

Cpp compatibility Licence

❇ Introduction

Socialine is a simple client-server application inspired by how Twitter works. The main objective of its development was to deepen the knowledge of learning in concurrent programming and passive replication.

πŸ–Ό Gallery

img1 img2 img3 img4 img5

❓ How to use

Client

cd Client
make
make run user=@<username> debug=<true_to_cli_false_to_gui>

Server

cd Server
make
make run

Server - debug mode

cd Server
make
make run debug=true

βœ” Requiremens

wxWidgets

OS Make command
Ubuntu make wx-ubuntu
MacOS make wx-mac
Windows πŸ˜₯

🚩 Changelog

Details about each version are documented in the releases section.

πŸ“ Files

/

Name Type Description
Client Directory Client application
docs Directory Documentation files
Server Directory Server application
Utils Directory Auxiliary files

About

πŸ’¬ Client-server application built with C++ about a news feed style notification service, similar to Twitter

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •