Skip to content

johno/chattt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chattt

A chat app for experimenting with socket.io.

Adapted from https://github.com/Automattic/socket.io/tree/master/examples/chat.

Installation

Clone the repository:

$ git clone https://github.com/johnotander/chattt.git && cd chattt

Install the npm packages:

$ npm i

Start the server:

$ node .

Now, the server will be listening on port 3000.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Realtime, chat experiment with socket.io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published