Skip to content
Andreas Dzialocha edited this page Jan 5, 2017 · 6 revisions

osc-js is a simple library. Learn under Basic Usage how to use all of it's basic functions.

The library offers built-in plugins which will help you to realize mostly all OSC JS applications: WebSocket Client, WebSocket Server, User Datagram Protocol (UDP) and the special Bridge Plugin combining WebSocket and UDP to connect Browser applications to the UDP world (like Max/MSP, PureData, Supercollider etc.)

If you need your own networking solution you can easily write your own plugin with the Plugin API.

In case you are not interested in using any of these plugins neither the basic methods you might want to look into using the Low-Level API for packing and unpacking binary OSC messages or anything else.