/feathers-messaging-server

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

Primary LanguageJavaScriptMIT LicenseMIT

feathers-messaging-server

About

This is the server part of the "Feathers Messaging" app. See here for the client part.

This project uses Feathers. 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.

Then install the server (this project) as follows:

# install dependencies
$ npm install

# start the server at localhost:3030
$ npm start

License

Licensed under the MIT license.