Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

AppGameKit Classic Chat / How can i develop chat application

Author
Message
chydex
10
Years of Service
User Offline
Joined: 9th Jun 2013
Location:
Posted: 9th Jun 2013 02:40
please how can i develop chat room application for my site http://nairaproject.com
baxslash
Valued Member
Bronze Codemaster
17
Years of Service
User Offline
Joined: 26th Dec 2006
Location: Duffield
Posted: 9th Jun 2013 09:29
1- you might need to give us more detail on what you are specifically trying to do
2- please show us what you have already written or tried to do so we can let you know where you are going wrong

Please try to be specific otherwise it is very hard to help.


this.mess = abs(sin(times#))
Ancient Lady
Valued Member
20
Years of Service
User Offline
Joined: 17th Mar 2004
Location: Anchorage, Alaska, USA
Posted: 9th Jun 2013 18:19
If having the chat run in a browser is okay, there are several PHP based apps/services that will let you set something like that up.

If you want the chat app running on a device, with your domain as the server using PHP scripts (or another web language if you prefer), that is also doable with AGK.

But, as baxslash says, we need more details.

Cheers,
Ancient Lady
AGK Community Tester and AppGameKit Master
xGEKKOx
AGK Master
15
Years of Service
User Offline
Joined: 7th Dec 2008
Location: Italy
Posted: 10th Jun 2013 07:18
Hi Chydex.
ChatRoom for a coder that use PHP is an easy job.
Anyway you need this to have a good chatroom :
- PHP HTTP Request Server or PHP Socket Server
- List of commands that the server must answer and give return
- Device App that call the HTTP Request with some commands and receive the result
- A Listening/Polling function in your app to update.

Anyway, you need also a user management, friend, ignore, and other features.
All of those run on the server (the 80% of the entire code).
On the device you need only to show what happen.



Long life to Steve!

Login to post a reply

Server time is: 2024-05-02 23:00:04
Your offset time is: 2024-05-02 23:00:04