Furor Magus Posted April 9, 2010 Share Posted April 9, 2010 I am looking for a chatroom that will update a website based off what the happons in the chatroom. user enters data Chatroom Processes data: 1) decides if it is attack, defend, or talk (by reading database for moves) 2) Updates database accordingly 3) returns damage % after x mins or x attacks I would prefer the chatroom to have instant responces I dont want to have to refresh the page to see what happons or wait 30 seconds for it to refresh itself I also want it to work on limited badwidth so i cant refresh the whole chat every second. Is there a way I could do this if so what language would I have to use to complete this project? Link to comment Share on other sites More sharing options...
0 Cupcakes Posted April 9, 2010 Share Posted April 9, 2010 So basically you want something like Idle RPG? Although that relies on a user's idle time versus 'entering data' but the concept is the same. Edit: PHP/MySQL Link to comment Share on other sites More sharing options...
0 Brian M. Veteran Posted April 9, 2010 Veteran Share Posted April 9, 2010 I'd probably go for a PHP/MySQL backend with a nice bit of AJAX to spice up the frontend. Link to comment Share on other sites More sharing options...
Question
Furor Magus
I am looking for a chatroom that will update a website based off what the happons in the chatroom.
user enters data
Chatroom Processes data:
1) decides if it is attack, defend, or talk (by reading database for moves)
2) Updates database accordingly
3) returns damage % after x mins or x attacks
I would prefer the chatroom to have instant responces
I dont want to have to refresh the page to see what happons or wait 30 seconds for it to refresh itself
I also want it to work on limited badwidth so i cant refresh the whole chat every second.
Is there a way I could do this if so what language would I have to use to complete this project?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts