Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T01:00:37.000Z (about 2 years ago)
- Last Synced: 2024-11-21T09:11:36.640Z (2 months ago)
- Topics: chat, chatter, chatter-server, express, nodejs, realtime, socket-io
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 2
- Watchers: 3
- 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