JOpenFrameworks icon indicating copy to clipboard operation
JOpenFrameworks copied to clipboard

TCP & UDP support in JOF

Open devijvers opened this issue 13 years ago • 2 comments

Is it possible to add TCP & UDP support available in openframeworks to JOF?

http://www.openframeworks.cc/addons

devijvers avatar Jun 09 '11 06:06 devijvers

I will look into that - seems doable.

I'm actually investigating the idea of making JOF a node.js module. My only problem with that is that node isn't supported on windows as well as on *nix (as of last time I checked).

Do you think that would be an interesting approach (jof as a node module)?

codeboost avatar Jun 09 '11 07:06 codeboost

I'm not sure if integrating with node.js is a good idea. Right now JOF is on it's own and doesn't require other downloads than JOF itself. With node.js integration acquiring node.js will be necessary before acquiring JOF. I think the features that are currently missing can be easily added.

node.js is properly supported on windows here:

http://node-js.prcn.co.cc/

devijvers avatar Jun 09 '11 08:06 devijvers