https://github.com/reisraff/simple-chat
https://github.com/reisraff/simple-chat
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reisraff/simple-chat
- Owner: reisraff
- Created: 2016-02-02T21:38:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T12:11:06.000Z (over 9 years ago)
- Last Synced: 2025-01-18T05:14:23.992Z (9 months ago)
- Language: JavaScript
- Size: 68.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat
This project was developed in order to test my skills with the (angularJs, nodeJs with expressJs and mongoDb) tecnologies.
It's a simple realtime web chat.
# Dependences
- NODE
- NPM
- GULP
- BOWER
- MONGODB# Build
first clone the project go into the clone path, install the dependecies:
`nmp install && bower install`
`cd src-backend && npm install && cd ..`
and after you can start the services:
`gulp connect`
`cd src-backend && node index.js`
Then you can open your browser and go to [http://localhost:3000/](http://localhost:3000/)
If you want to chat with hosts in your internal network make sure that the 3000 and 3001 port was openned,
and change the /src/app/config/app.config.js apiBaseUrl, /src/app/app.module.js ioSocket, /src/index.html:31 for you internal IP.