Skip to content
This repository was archived by the owner on Feb 14, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 784 Bytes

File metadata and controls

15 lines (10 loc) · 784 Bytes

VIEApps NGX WAMP Router

A tiny router for serving messages of RPC and Pub/Sub via web application messaging protocol

Features

  • Run as an interactive app (Windows Desktop app or Linux/macOS Console app) or as a background service (Windows Service or Linux/macOS Daemon)
  • Run behide the firewall (authentication is optional)
  • Serving both type of message: JSON & MessagePack

Further reading

  • WAMP - Web Application Messaging Protocol
  • WampSharp - C# implementation of WAMP (both client and router roles - support JSON and MsgPack)
  • Rx.NET - A library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators