https://github.com/aaroncadillac/chat-angular-nodejs
A simple chat with angular and socket.io
https://github.com/aaroncadillac/chat-angular-nodejs
angular chat nodejs socket-io
Last synced: about 2 months ago
JSON representation
A simple chat with angular and socket.io
- Host: GitHub
- URL: https://github.com/aaroncadillac/chat-angular-nodejs
- Owner: aaroncadillac
- License: mpl-2.0
- Created: 2020-07-12T00:50:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:17:18.000Z (over 3 years ago)
- Last Synced: 2025-10-30T14:14:01.869Z (8 months ago)
- Topics: angular, chat, nodejs, socket-io
- Language: TypeScript
- Homepage: https://frozen-oasis-27882.herokuapp.com/
- Size: 3.09 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chat-angular-nodejs
A simple chat app using `angular`, `nodejs`, `express`, `scoket.io`, you can chat *in private* with other users and see thats users at lobby
live in https://frozen-oasis-27882.herokuapp.com/
- [chat-angular-nodejs](#chat-angular-nodejs)
- [Requirements](#requirements)
- [Installation](#installation)
- [Serve](#serve)
- [Built With ♥ and](#built-with--and)
- [Contributing](#contributing)
- [Versioning](#versioning)
- [Authors](#authors)
- [License](#license)
## Requirements
Yarn already installed
[How to install yarn](https://classic.yarnpkg.com/en/docs/install)
Angular CLI installed
```bash
yarn global add @angular/cli
```
## Installation
Clone repo
```bash
git clone git@github.com:aaroncadillac/chat-angular-nodejs.git
```
Go to `angular-chat` proyect and install dependencies
```bash
cd chat-angular-nodejs/angular-chat
yarn install
```
Build angular proyect
```bash
yarn build
```
## Serve
Go to `node-chat` proyect and install dependencies
```bash
cd chat-angular-nodejs/node-chat
yarn install
```
Run server
```bash
yarn start
```
Open your browser at *[http://localhost:5000](http://localhost:5000)*
## Built With ♥ and
* [Angular](https://angular.io/) - One framework. Mobile & desktop
* [Socket.IO](https://socket.io) - FEATURING THE FASTEST AND MOST RELIABLE REAL-TIME ENGINE
## Contributing
coming soon
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
## Authors
**Aarón Hinojosa** - *Initial work* - [aaroncadillac](https://github.com/aaroncadillac)
## License
This project is licensed under the Mozilla Public License 2.0 - see the [LICENSE](LICENSE) file for details