Skip to content

leob/feathers-messaging-server

Repository files navigation

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.

Releases

No releases published

Packages

 
 
 

Contributors