Pete Inge

Results 45 comments of Pete Inge

Agreed on we should talk some time! Also, my head has been in the content side and not much else of Launchpad, so I'm just trying to familiarize myself rather...

Re. the logging... looks like we can add [Custom Transports](https://github.com/winstonjs/winston#adding-custom-transports). I think we need to add that ability to the config file for launchpad itself. EDIT: no need to update...

A Proof of Concept video in slack: https://bluecadet.slack.com/archives/C03RY7MRA4V/p1660247236938769

Authentication links: https://nuvalence.io/blog/websocket-token-based-authentication https://www.section.io/engineering-education/how-to-build-authentication-api-with-jwt-token-in-nodejs/

So I've been reading up on websockets vs. socket.io. Someone made the comparison of jQuery and vanilla js... so now I don't want to use socket.io. Anyways, I'm getting 2...

wait - good point, but isn't socket.io for js (and web) only as well? we might have todo more for C++ or C# clients.

If we release this to the public, we may want to add this sooner than later. Bumping priority to medium - [ ] How to we run tests? - [...

HA - yea, I've been afraid of that list as well. I haven't really done testing in Node env either. I think the first step is just "how is this...

@benjaminbojko - do you know of anything, like Postman, that we can use so we can test OSC?

OK - I got this nmp package working: https://www.npmjs.com/package/osc with an iOS app, Syntien. Its free, so I can't change the addresses of the OSC messages, but it works. Theres...