https://github.com/computationalcore/chat-server
A realtime chat server app built with Feathers
https://github.com/computationalcore/chat-server
Last synced: about 2 months ago
JSON representation
A realtime chat server app built with Feathers
- Host: GitHub
- URL: https://github.com/computationalcore/chat-server
- Owner: computationalcore
- License: mit
- Created: 2017-08-16T06:41:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T04:19:07.000Z (over 8 years ago)
- Last Synced: 2025-02-25T05:28:18.361Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chat-server
> A realtime chat server app built with Feathers
## About
This project uses [Feathers](http://feathersjs.com). An open source web framework for building modern real-time applications.
## Getting Started
Getting up and running is as easy as 1, 2, 3.
1. Make sure you have [NodeJS](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed.
2. Install your dependencies
```
cd path/to/chat-server; npm install
```
3. Start your app
```
npm start
```
## Testing
Simply run `npm test` and all your tests in the `test/` directory will be run.
## Changelog
__0.1.0__
- Initial release
## License
This project is licensed under the [MIT license](LICENSE).