Skip to content

mocchidesu/simple_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Chat: Simplest chat application with Node.js and WebSocket.

Note

I got stuck on socket.io implementation between ver.6 and 7. Tried my best to make it simple. See: https://github.com/LearnBoost/Socket.IO/wiki/Migrating-0.6-to-0.7+ for more information.

How to Install

Clone this git repo and run npm install under the root of the project.

How to Demo

  1. Modify config.js change server host and port to match your environment.
  2. Modify index.html change serverip / serverport to match your environment. Should be used the same host/port with step 1)
  3. $node app.js

Web Browsers

As long as I test, it works on Chrome and IE9. (FF / Safari should be working fine)

Credit

My friend, Atsuya Takaki (http://github.com/atsuya) has kept me inspired past years with a lot of new technology. Great thanks.

Version

0.0.1 - 02/22/2012

License

This is licensed under the MIT license.

The MIT License

Copyright (c) 2012 Hidetomo Morimoto [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED �AS IS�, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Simplest chat application using node.js and socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors