nawamp
v1.0.0
Published
NeoAtlantis WAMP Router. Includes a server with abstract packet handling.
Downloads
2
Readme
NAWA: A WAMP-Protocol Server for NodeJS
NeoAtlantis WAmp Protocol Server or NAWA, is a server implementation for the Web Application Messaging Protocol (WAMP).
Basic profile will be implemented, and the author try to do a plugin system for flexible extension with advanced profiles.
nawa
consists multiple parts where the user may choose to use:
nawa-abstract
, a transport-independent implementation and also core of this project. It is more a state machine that processes protocol packets. In this way, the users may implement their own secured transports.nawa-ws
, a websocket based server.