Skip to content

simple webbrowser chat client, Node.js backend, MongoDB storage of chats, geared towards OpenShift deployment

License

Notifications You must be signed in to change notification settings

realtica/chatty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatty

A very (very) simple chat server with web client interface.

Requirements

  • node.js (assumes 0.6.0 or greater)
  • npm (assumes 1.0.0 or greater)

Basic usage

# all from the command prompt within this directory
npm install
# start the server piece
node server.js
# from here, load up a web browser and point it to
#     http://localhost:8080/
# and if you are secure in your sanity, open more than one
# web browser and chat with yourself.

About

simple webbrowser chat client, Node.js backend, MongoDB storage of chats, geared towards OpenShift deployment

Resources

License

Stars

Watchers

Forks

Packages

No packages published