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

https://github.com/leob/feathers-messaging-server

This repo accompanies the blog post https://medium.com/@leob6/feathers-buzzard-a-short-migration-guide-61182cf8361e
https://github.com/leob/feathers-messaging-server

feathers javascript nodejs

Last synced: 5 months ago
JSON representation

This repo accompanies the blog post https://medium.com/@leob6/feathers-buzzard-a-short-migration-guide-61182cf8361e

Awesome Lists containing this project

README

          

# feathers-messaging-server

>

## About

This is the server part of the "Feathers Messaging" app.
See [here](https://github.com/leob/feathers-vue-messaging-client) for the client part.

This project uses [Feathers](http://feathersjs.com).
An open source web framework for building modern real-time applications.

## Getting Started

Both the client and the server work best with Node 8.x or higher installed.

Install and run the client as described [here](https://github.com/leob/feathers-vue-messaging-client).

Then install the server (this project) as follows:

``` bash
# install dependencies
$ npm install

# start the server at localhost:3030
$ npm start
```

## License

Licensed under the [MIT license](LICENSE).