I was wondering, can SBBS use node.js
Re: node.js
By: Mortifis to All on Mon Jul 22 2019 00:20:09
I was wondering, can SBBS use node.js
Not in any meaningful way.
Basically there's no special integration opportunity just because both use javascript. At best there's
an easier path to porting / sharing scripts between the two than with, say, Python.
I hadn't thought so, was just looking at cvs commit log from a few days ago and saw the event-emitter.js and was feeling a little hopeful. I had
seen a while ago that DM was querying about mysql schemas and thought maybe something like an embedded mysql server was in the works and hoping
that the node.js mysql would be able to be used with a sbbs .js script (even without node.js) ... the future is on it's way, I am sure :-)
Re: Re: node.js
By: Mortifis to echicken on Mon Jul 22 2019 01:27:34
I hadn't thought so, was just looking at cvs commit log from a few days ago and saw the event-emitter.js and was feeling a little hopeful. I had
It's inspired by the node.js EventEmitter, but that's about it. Just something I wrote a while back that
could be useful in some scenarios.
seen a while ago that DM was querying about mysql schemas and thought maybe something like an embedded mysql server was in the works and hoping
I think he's looking at sqlite for message storage, and we would potentially be able to use sqlite for
arbitrary things via JS.
that the node.js mysql would be able to be used with a sbbs .js script (even without node.js) ... the future is on it's way, I am sure :-)
If certain BBS data was stored in an SQL database, then you could access it easily from some other
program entirely external to Synchronet - node.js or otherwise - so that would open some doors.
Sysop: | Ruben Figueroa |
---|---|
Location: | Mesquite, Tx |
Users: | 3 |
Nodes: | 4 (0 / 4) |
Uptime: | 254:58:44 |
Calls: | 79 |
Files: | 53 |
Messages: | 75,391 |