Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 858 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 858 Bytes

Wiphat

Wiphat aims to be an anonymous private room based chat application that requires no registration, doesn't save any logs and doesn't track users.

https://wiphat.net

TODO

  • Need to check if room has any listeners on client join.
  • Parallax effect don't work on iOS

Contribution

You can contribute via pull requests or open an issue.

Any fool can write code that a computer can understand. Good programmers write code that humans can understand. -Martin Fowler

So please;

  • Do not write shortened code
  • Always explain your code with comments

Host It Yourself

You can run your own Wiphat server with NodeJS. Download project and just type node app.js in your terminal.

Wiphat is a fork of dellitsni/indstil which is working through a different idea.