NXT Router
A next-generation WAMP router for modern real-time apps.
Installation
Install from snap
Build from source
Usage
Initialize
First, we have to initialize the config file.
This creates a config file at .nxt/config.yaml
Start Router
That should show below logs:This starts two instances of router:
- WebSocket Transport which listens at:
ws://localhost:8080
- RawSocket Transport which listens at:
rs:///tmp/nxt.sock
Now just write a component in any programming language that has a WAMP client.