Skip to content

Tangpriest/seashell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Seashell

Join the chat at https://gitter.im/heineiuo/seashell

npm version NPM Status Build Status

Create socket pool to require denpendent services easily.

Demo

Run each script in demo dir, and browser localhost:3001.

Install

Use cli tool:

$ npm install seashell-cli -g
$ mkdir service; cd service; seashell -i
$ npm install
$ node server

Or add to project manally:

$ npm install seashell --save

// create server.js
var seashell = require('seashell')
seashell.Server()

Todo

  • Provide Promise usage.
  • connect
  • import

Donate

Hansel's Gratipay

LICENSE

MIT License.

About

Microservice communication framework.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%