1.0.0 • Published 2 years ago

nawamp v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

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:

  1. 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.

  2. nawa-ws, a websocket based server.