0.1.3 • Published 9 years ago

@mohayonao/remote-fluxx v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

REMOTE FLUXX

Build Status NPM Version License

simple implementation of Flux architecture via network

Installation

npm install @mohayonao/remote-fluxx

API

Server

  • constructor(socket: Socket, namespace: string)

Instance attributes

  • socket: Socket
  • namespace: string
  • clients: object[]

Instance methods

  • sendAction(address: string, data: any): void

Client

  • constructor(socket: Socket, namespace: string)

Instance attributes

  • socket: Socket
  • namespace: string

Instance methods

  • sendAction(address: string, data: any): void

LICENSE

MIT