Skip to content

A simple chat application I made with Node.js and Socket.io

License

Notifications You must be signed in to change notification settings

unfinite/NodeJS-Chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS-Chat

A simple chat application I made with Node.js and Socket.io.

Why?

This started out with Socket.io's basic chat application tutorial.

I made this mainly just to try out and learn how to use Node.js and Socket.io, but anyone is welcome to use and improve this.

Setup

Obviously, you'll need Node.js to use this. Get it from the Node.js downloads page.

Follow these steps to setup and run the chat application on your computer:

  1. Clone this repository and then go to the directory.

    $ git clone https://github.com/NathanCJohnson/NodeJS-Chat.git
    $ cd NodeJS-Chat
    
  2. Use Node Package Manager (included with Node.js) to install the dependencies.

    $ npm install
    
  3. Run the chat application server.

    $ node chat.js
    

If everything worked out properly, you should be able to access the chat application at http://localhost:3000/.

Contributing

See any code you think you can improve? Want to add a feature? Go ahead and fork this repository and submit a pull request with your improvements!

About

A simple chat application I made with Node.js and Socket.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.2%
  • CSS 24.8%