Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pallavrustogi/gupshup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##What is GupShup?

gupshup is a lightweight group chat application written with node.js.

Dependencies

To get this running, you need to have the following installed

Start Using

  • Download the gupshup chat app from here
  • Extract the zip contents to a directory
  • Install the dependencies by running npm install in the root directory
  • Navigate to the directory where you extracted the contents
  • Run node server.js
  • You have now started the chat server. Clients can join in via http://servers-ip-here:8000 :)

Delete all the old chatlogs

Currently there is no admin interface. For now follow the following instructions

  • Navigate to the directory where you had extracted gupshup
  • sqlite3 chat.db
  • delete from chatlog;

License

Creative Commons

About

A lightweight group chat app written with node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published