Skip to content

Stream Chat is a real-time chat application written in node.js that relies on socket.io for communication.

Notifications You must be signed in to change notification settings

ghimire/stream-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

                StreamChat - v1.0
              License: GNU GPL v2.0

Stream Chat is a real-time chat application written in node.js that 
relies on socket.io for communication. The messages are updated on
keyup event providing simultaneous feedback to all users as they are
typed.

Files: 
 * streamchat.js - server-side node.js javascript file
 * streamchat.html - default client-side HTML5 file (served by node.js)

Default Host: example.org (can be modified in 'chat.html')
Default Port: 4000 (can be modified in 'chat.js' and 'chat.html')
Full URI: http://example.org:4000

About

Stream Chat is a real-time chat application written in node.js that relies on socket.io for communication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published