https://github.com/pharojs/pharojsdoc
Documentation for PharoJS
https://github.com/pharojs/pharojsdoc
Last synced: 3 months ago
JSON representation
Documentation for PharoJS
- Host: GitHub
- URL: https://github.com/pharojs/pharojsdoc
- Owner: PharoJS
- License: mit
- Created: 2021-03-16T08:38:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T17:41:56.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T10:44:05.023Z (about 1 year ago)
- Size: 53.7 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Documentation for the PharoJS Project
## About PharoJS
[PharoJS](https://github.com/PharoJS/PharoJS) is a system to allow you to develop your code in Pharo using all the tools available in the IDE, including refactoring browsers and playgrounds, and then to be able to deploy your code to a Javascript environment.
PharoJS is released under the [MIT open source License](https://en.wikipedia.org/wiki/MIT_License). As an infrastructure, PharoJS includes a framework, middleware, and a set of tools. It allows developing and testing applications in Pharo that ultimately run on a javascript interpreter - web browser or NodeJS. It is a general purpose solution. For example, PharoJS can be used to develop client side web applications or cross-platform mobile apps based on solutions such as [Apache Cordova](http://cordova.apache.org/).
## More Information
- [Latest FAQs](FAQs/README.md)
- [How-To Guides](./HowToGuides/README.md)
- [Old FAQs List](https://pharojs.org/faq.html) will be eventually moved here
- [Other doc from the PharoJS web site](https://pharojs.org/doc.html)
- [OpenProjects](OpenProjects/README.md)
## Contributing
Thanks to the people who have already contributed to PharoJS.