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
- Host: GitHub
- URL: https://github.com/leob/feathers-messaging-server
- Owner: leob
- License: mit
- Created: 2018-01-24T07:41:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T05:40:06.000Z (about 8 years ago)
- Last Synced: 2025-07-01T05:39:58.825Z (9 months ago)
- Topics: feathers, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).