# Is possible use Shared drawing canvas (example code) on P5.js (IPad)?

**URL:** https://discourse.processing.org/t/is-possible-use-shared-drawing-canvas-example-code-on-p5-js-ipad/33917
**Category:** Beginners
**Created:** [December 4, 2021, 12:34pm UTC](https://discourse.processing.org/t/is-possible-use-shared-drawing-canvas-example-code-on-p5-js-ipad/33917 "2021-12-04T12:34:51Z")
**Posts on this page:** 1
**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:34pm UTC](https://discourse.processing.org/t/is-possible-use-shared-drawing-canvas-example-code-on-p5-js-ipad/33917/1 "2021-12-04T12:34:51Z")

</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?  
I tried to copy the client part of the code into P5.js but it gives me error, probably import [processing.net](http://processing.net/). \* Not working  
Thanks so much!!

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