Table of Contents
To get a local copy up and running follow these simple example steps.
-
Download or clone this repo
$ git clone git@github.com:ellojess/socketio-chat.git
-
cd
into the project folder and open it in your chosen text editor (or usecode .
to open it in Visual Studio Code$ cd socketio-chat $ nodemon
Simple chat application that tracks users connections and broadcasts messages/
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 using this template
Distributed under the MIT License. See LICENSE
for more information.
Jessica Trinh - @ellojesss - jtjessicatrinh@gmail.com
Project Link: https://github.com/ellojess/socketio-chat