# Is possible use Processing library (ex. Network Library) on p5.js?

**URL:** https://discourse.processing.org/t/is-possible-use-processing-library-ex-network-library-on-p5-js/33919
**Category:** Beginners
**Created:** [December 4, 2021, 12:37pm UTC](https://discourse.processing.org/t/is-possible-use-processing-library-ex-network-library-on-p5-js/33919 "2021-12-04T12:37:05Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Stefano](https://avatars.discourse-cdn.com/v4/letter/s/aca169/32.png) [@Stefano](https://discourse.processing.org/u/Stefano)
#### Post date: [December 4, 2021, 12:37pm UTC](https://discourse.processing.org/t/is-possible-use-processing-library-ex-network-library-on-p5-js/33919/1 "2021-12-04T12:37:05Z")

</div>

Hello everybody,  
I want do the example of the Network Library of Processing “Shared drawing canvas” using my MAC with the Processing code as a server and my IPad with Processing.app (p5.js) as a client, how can this be done?

Thanks so much!!

P.S. the code is this [Network / Processing.org](https://processing.org/tutorials/network/#example-2-shared-drawing-canvas) (example 2)

---

<div class="post-metadata">

### Author: ![glv](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/glv/32/18785_2.png) [@glv](https://discourse.processing.org/u/glv)
#### Post date: [December 4, 2021, 1:36pm UTC](https://discourse.processing.org/t/is-possible-use-processing-library-ex-network-library-on-p5-js/33919/2 "2021-12-04T13:36:50Z")

</div>

Hello,

There may be something in here of interest:  
[https://p5js.org/reference/#group-IO](https://p5js.org/reference/#group-IO)

`:)`
