Skip to content

sailorjs/sailor-module-message

Repository files navigation

Sailor Module Message

Build Status Dependency status Dev Dependencies Status NPM Status

Messaging System between Users

Install

sailor install sailor-module-message [--save or --save-dev]

API

Basic CRUD

created a new message

POST /message

The minimum information to create a new message is:

{
	to: "userID",
	from: "userID",
	text: "yourMessageText"
}

Additionally you can specify the status. By default the status is unread.

The rest of CRUD method is following sailor-module-blueprints schema.

Check tests for more information and sample usages.

License

MIT © sailorjs

About

Messaging System between Users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published