A real-time chat application built on the MEAN stack.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
A chat application that lives in the web, and collects no user data.
Here's why:
- A better way to reach out to people privately 😄
- A good learning point for myself and others who may view this project
I'll be adding more features and improvements in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people who have contributed or would like to to contribute!
A list of commonly used resources that I used to build this project are listed in the acknowledgements.
Follow these instructions to set up the project locally
You will need to install the latest version of npm, which will then install all the dependancies for you
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/swansong314/tachyon-chat.git
- Install NPM packages
npm install
- Install NPM packages for client
cd angular-client npm install
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Eshan Patel - LinkedIn
Project Link: https://github.com/swansong314/tachyon-chat
