https://github.com/mpirescarvalho/chatter-server
Chatter server built with NodeJS 🔌📫
https://github.com/mpirescarvalho/chatter-server
chat chatter chatter-server express nodejs realtime socket-io
Last synced: 2 months ago
JSON representation
Chatter server built with NodeJS 🔌📫
- Host: GitHub
- URL: https://github.com/mpirescarvalho/chatter-server
- Owner: mpirescarvalho
- Created: 2020-06-09T23:48:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T01:00:37.000Z (over 3 years ago)
- Last Synced: 2025-06-01T09:09:55.173Z (about 1 year ago)
- Topics: chat, chatter, chatter-server, express, nodejs, realtime, socket-io
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatter/server
Server for realtime chat web and mobile app. You can find them here:
- [Web](https://github.com/mpirescarvalho/chatter)
- [Mobile](https://github.com/mpirescarvalho/chatter-mobile)
---
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/awesome`)
3. Commit your changes (`git commit -am 'Add awesome feature'`)
4. Push to the branch (`git push origin feature/awesome`)
5. Create a new Pull Request
## Building
You'll need [Node.js](https://nodejs.org) installed on your computer in order to build this app.
```bash
$ git clone https://github.com/mpirescarvalho/chatter-server.git
$ cd chatter-server
$ npm install
$ npm run start
```
Runs the server in the development mode.
## Contact