# Hosting processing sketches online without converting to js

**URL:** https://discourse.processing.org/t/hosting-processing-sketches-online-without-converting-to-js/10953
**Category:** Processing
**Created:** [May 5, 2019, 11:02pm UTC](https://discourse.processing.org/t/hosting-processing-sketches-online-without-converting-to-js/10953 "2019-05-05T23:02:47Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![KeirMeDear](https://avatars.discourse-cdn.com/v4/letter/k/8c91f0/32.png) [@KeirMeDear](https://discourse.processing.org/u/KeirMeDear)
#### Post date: [May 5, 2019, 11:02pm UTC](https://discourse.processing.org/t/hosting-processing-sketches-online-without-converting-to-js/10953/1 "2019-05-05T23:02:47Z")

</div>

Is there a website that lets you host processing sketches (made in Java) online without having to convert them in Javascript first (like openProcessing)?

Many thanks!

---

<div class="post-metadata">

### Author: ![jeremydouglass](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jeremydouglass/32/20_2.png) [@jeremydouglass](https://discourse.processing.org/u/jeremydouglass)
#### Post date: [May 7, 2019, 4:40pm UTC](https://discourse.processing.org/t/hosting-processing-sketches-online-without-converting-to-js/10953/2 "2019-05-07T16:40:01Z")

</div>

Do you mean that you want to use not p5js but instead Processingjs, so that your Java-style code is magically transpiled to Javascript behind the scenes?

Or do you mean hosting a Java applet on a web page, or packaging a Java applet for download as an app via e.g. [itch.io](http://itch.io)?

> You can use the Processing.js which allows basically cross-compiling to js which you can publish on
> 
> - [http://sketchpad.cc/](http://sketchpad.cc/)
> - [http://hascanvas.com/](http://hascanvas.com/)
> 
> [Is there a website for hosting and running processing Java sketches? - Processing 2.x and 3.x Forum](https://forum.processing.org/two/discussion/25995/is-there-a-website-for-hosting-and-running-processing-java-sketches)

---

<div class="post-metadata">

### Author: ![KeirMeDear](https://avatars.discourse-cdn.com/v4/letter/k/8c91f0/32.png) [@KeirMeDear](https://discourse.processing.org/u/KeirMeDear)
#### Post date: [May 9, 2019, 6:43pm UTC](https://discourse.processing.org/t/hosting-processing-sketches-online-without-converting-to-js/10953/3 "2019-05-09T18:43:15Z")

</div>

I meant the second - The forum post was able to solve my problem so thanks for the link! 🙂
