Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/big-silver/node-chat
For Angular5 and React Material Chatting Apps
https://github.com/big-silver/node-chat
expressjs javascript mongoose nodejs socket-io
Last synced: about 2 months ago
JSON representation
For Angular5 and React Material Chatting Apps
- Host: GitHub
- URL: https://github.com/big-silver/node-chat
- Owner: Big-Silver
- Created: 2018-03-25T03:57:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T07:48:19.000Z (about 2 years ago)
- Last Synced: 2023-03-07T02:52:37.852Z (almost 2 years ago)
- Topics: expressjs, javascript, mongoose, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 390 KB
- Stars: 10
- Watchers: 0
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node-Express Chatting Server
## Development Installation
In the project's directory, run the following commands:
```bash
# Clone our repo
$ git clone https://github.com/Big-Silver/Node-Chart.git# Change directory to your app
$ cd Node-Chart# Install the project
$ npm Install# Run the project
$ npm run dev```
Then Visit```bash
http://localhost:3000
```
## Reference