Popularity
7.5
Stable
Activity
0.0
Stable
2,257
102
360

Code Quality Rank: L3
Programming language: JavaScript
Tags: Communication systems     Custom    

hack.chat alternatives and similar software solutions

Based on the "Custom" category.
Alternatively, view hack.chat alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hack.chat or a related project?

Add another 'Custom' Software solution

README

This repo is deprecated. Use https://github.com/hack-chat/main

hack.chat screenshot

Local install

Server

node v0.12 or higher is required to run the server.

  • git clone https://github.com/AndrewBelt/hack.chat.git
  • cd hack.chat
  • npm install
  • Copy config-sample.json to config.json and edit if needed.
  • npm start or node server.js

Client

  • cd client
  • npm install -g less jade http-server
  • make
  • http-server

Change the "frontpage" text in client.js to your liking, and go to http://127.0.0.1:8080.