# Upload processing file and be able to run it online

**URL:** https://discourse.processing.org/t/upload-processing-file-and-be-able-to-run-it-online/31816
**Category:** Project Guidance
**Created:** [August 20, 2021, 8:13pm UTC](https://discourse.processing.org/t/upload-processing-file-and-be-able-to-run-it-online/31816 "2021-08-20T20:13:45Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![josephh](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/josephh/32/210_2.png) [@josephh](https://discourse.processing.org/u/josephh)
#### Post date: [August 21, 2021, 1:08pm UTC](https://discourse.processing.org/t/upload-processing-file-and-be-able-to-run-it-online/31816/2 "2021-08-21T13:08:26Z")

</div>

Hi @kylu,

You tagged your topic with Processing so you must know that Processing is running on the Java programming language and the JVM (Java virtual machine) and therefore can’t be run on a web page.

You have several alternatives:

- The most obvious one is to use [p5.js](https://p5js.org/) which is a port of Processing to JavaScript
- Host your sketch on OpenProcessing which can either use p5js or ProcessingJS (which translates Java code to JS but is [deprecated](https://intercom.help/openprocessing/en/articles/3250763-processingjs-deprecation-notice))
- Use the p5 web editor to interactively edit your sketches and share them with the world! 😉

---

_[View the full topic](https://discourse.processing.org/t/upload-processing-file-and-be-able-to-run-it-online/31816)._
