News feed style notification service, similar to Twitter.
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.
cd Client
make
make run user=@<username> debug=<true_to_cli_false_to_gui>
cd Server
make
make run
cd Server
make
make run debug=true
OS | Make command |
---|---|
Ubuntu | make wx-ubuntu |
MacOS | make wx-mac |
Windows | π₯ |
Details about each version are documented in the releases section.
Name | Type | Description |
---|---|---|
Client | Directory |
Client application |
docs | Directory |
Documentation files |
Server | Directory |
Server application |
Utils | Directory |
Auxiliary files |