An open API service indexing awesome lists of open source software.

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

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).