https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk-demo
Nodejs SDK Demo App
https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk-demo
nodejs nodejs-sdk-demo
Last synced: 4 months ago
JSON representation
Nodejs SDK Demo App
- Host: GitHub
- URL: https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk-demo
- Owner: centralnicgroup-opensource
- License: mit
- Created: 2018-07-05T08:51:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T11:20:57.000Z (5 months ago)
- Last Synced: 2025-01-13T11:43:33.160Z (5 months ago)
- Topics: nodejs, nodejs-sdk-demo
- Language: TypeScript
- Size: 320 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-sdk-demo
Nodejs SDK Demo App
See [Example 1: session-based communication](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk-demo/blob/master/src/app_session.ts) and [Example 2: sessionless communication](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk-demo/blob/master/src/app_session.ts).
Feel free to give it a try:
```bash
npm run build
``````bash
node ./dist/app_session.js
``````bash
node ./dist/app_nosession.js
```