-
Notifications
You must be signed in to change notification settings - Fork 0
Home
A new idea for social applications.
Call-better is inspired by many social applications such as Facebook, and is combined with the spirit of a series of Facebook pages named with prefix "靠北". It provides people some built-in features to express their feeling, just without the creation of extra social pages like those in Facebook. It simply has some usual features that can be seen in other social applications, and the followings are the special features with call-better.
- Users can make posts along with an user list.
- Users in this list will see the post, even he is not a friend of the author of the post.
The above let users ensure that those they speak ill of will see what they complain about.
- Friendship: User can make friends with other users.
- Chat: User can chat with its friends.
- Post: User can make posts.
- Wall: A place for each user to view posts that are allowed or intent by other users to see.
Call-better server communicates clients by RESTful API, socket, and Websocket. Please refer the usage here.
The RESTful server is constructed on the PHP framework CodeIgniter, an MVC website framework, along with its library CodeIgniter Rest Server.
- Database design
- Models
- Controller
The socket and Websocket server, for chat server, is constructed on the Python framework Tornado.
Please refer the details here.
- Android app: Please refer here.
- Web page: Not in the developing schedule.
Controller
Socket and WebSocket server
Android application