project twitter-simple
A simple Twitter clone recreated with Pho Networks
pho-recipes/twitter-simple
A simple Twitter clone recreated with Pho Networks
- Sunday, April 22, 2018
- by esokullu
- Repository
- 1 Watchers
- 0 Stars
- 5 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 1 Open issues
- 1 Versions
- 0 % Grown
A "simple" Twitter clone recreated with Phở Networks, (*1)
The difference of the Twitter-simple recipe from Basic is:, (*2)
- The generic name of Graph.pgql is renamed as Twitter.pgql
- The generic name of Status.pgql is renamed as Tweet.pgql
- The new Tweet.pgql is constrainted by 140 chars max.
The difference of the Twitter-simple recipe from Twitter-full is:, (*3)
- Private messaging is NOT incorporated.