v1.1.0-fix_JS_version #2

Merged
ton merged 16 commits from v1.1.0-fix_JS_version into main 2026-05-29 04:24:54 +00:00
3 changed files with 10 additions and 6 deletions
Showing only changes of commit 42b68d5bee - Show all commits

View File

@@ -267,10 +267,14 @@ What is the main interface of this package?
read the following files:
- ./src/msghandler.jl
- ./test/test_julia_mix_payloads_sender.jl
- ./src/msghandler-csr.js
- ./README.md
I want to add:
1) sending jsontable and arrowtable Julia example to README.md
2) sending image and jsontable Javascript(browser) example to README.md

View File

@@ -6,7 +6,7 @@
* any combination and any number of mixed content can be received correctly.
*/
const msghandler = require('../src/msghandler.js');
const msghandler = require('../src/msghandler-csr.js');
const nats = require('nats');
const crypto = require('crypto');

View File

@@ -6,7 +6,7 @@
* any combination and any number of mixed content can be sent correctly.
*/
const msghandler = require('../src/msghandler.js');
const msghandler = require('../src/msghandler-csr.js');
const crypto = require('crypto');
const fs = require('fs');
const path = require('path');