Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


javascript chat filter_list
Author
Message
javascript chat #1
How would it be possible to make a javascript chat? Is thete any tutorials on here

-title changed, question prefix added by Deque-

Reply

javascript chat #2
How would it be possible to make a javascript chat? Is thete any tutorials on here

-title changed, question prefix added by Deque-

Reply

RE: java chat #3
Haven't seen those here, but here's a link:
http://net.tutsplus.com/tutorials/javasc...plication/


Reply

RE: java chat #4
Haven't seen those here, but here's a link:
http://net.tutsplus.com/tutorials/javasc...plication/


Reply

RE: java chat #5
I've created one in my website. www.scriptings.tk (you need to log in to view it.)
I've made it using jQuery, which is ultimately making it using javascript.
All you need is a PHP that fetches the last 10 or user defined number of messages from the database table containing the chat messages.
And a jQuery file that calls a function again and again every 3(or user defined number of seconds) that updates the chat messages by requesting them from the PHP file. The same PHP may be used to send messages(inserting new message in the database table).
[Image: 2YpkRjy.png]
PM me if you need help.
My pastebin HERE. My URL Shortener HERE.

Reply

RE: java chat #6
I've created one in my website. www.scriptings.tk (you need to log in to view it.)
I've made it using jQuery, which is ultimately making it using javascript.
All you need is a PHP that fetches the last 10 or user defined number of messages from the database table containing the chat messages.
And a jQuery file that calls a function again and again every 3(or user defined number of seconds) that updates the chat messages by requesting them from the PHP file. The same PHP may be used to send messages(inserting new message in the database table).
[Image: 2YpkRjy.png]
PM me if you need help.
My pastebin HERE. My URL Shortener HERE.

Reply

RE: java chat #7
JavaScript != Java.

Anyway here's a good tutorial using node.js and socket.io:
http://psitsmike.com/2011/09/node-js-and...-tutorial/

Reply

RE: java chat #8
JavaScript != Java.

Anyway here's a good tutorial using node.js and socket.io:
http://psitsmike.com/2011/09/node-js-and...-tutorial/

Reply







Users browsing this thread: 1 Guest(s)