Click here to Skip to main content
15,886,693 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I'm very new to the Java programming language and I have to implement a twitter-like program. I don't know how to aproach this problem and i'd like some help.

The program should:
allow the users to tweet
allow the users to follow other users
allow the users to read the tweets of the people they follow

All of that should be done through a server. Thanks a lot!

What I have tried:

So far I tried to implement the server, but nothing seems to work. The main problem is my very little knowledge about the way network programming works.
Posted
Updated 24-Apr-17 21:16pm
Comments
PIEBALDconsult 25-Apr-17 0:25am    
First, hire several dozen seasoned developers with PhDs.
Richard MacCutchan 25-Apr-17 4:23am    
Forget it, twitter (like Rome) was not built in a day.

1 solution

Quote:
The main problem is my very little knowledge about the way network programming works.

Then study, study, study.
If there is not 10000 twitter like site, there is a good reason, this is not for beginners.

First, you need to master database design and SQL; There is much more than throwing 4 tables. a wrong design and next week, the app will be so slow that it will be unusable.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900