![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Amok is a free open source, editor agnostic, cross-platform command line tool for a hassle-free live development, testing and debugging workflow for web browsers.
It aims to make the development workflow feel like a native script runtime with a zero configuration development server that supports pre-processing, a read-eval-print-loop and console mirroring to standard output.
It has additional features to enable live editing, primarily hot patching which allows you to edit the source code of scripts that are currently active on the page, which will then be re-sourced while the application is running. There is also generic file watch events for handling hot swapping of resources in a domain specific manner, like reloading css, images, et cetera.
Install through npm
$ npm install --global amok
Note that amok requires node.js v0.12 or greater
Open about:blank in Google Chrome and enter a read-eval-print-loop
$ amok --interactive --browser chrome about:blank
Start a server that generates an index.html page with the given index.js file as a script element.
$ amok --browser chrome index.js
Open chrome with hot patching enabled for the specified entry point
$ amok --browser chrome --hot file://$PWD/index.html
See the getting started guide, examples and manuals.
The project is licensed under the MIT License.
The project is free and open source, and has been backed by a number of individuals and organizations, a special thanks goes out to Webflow, Apperson Labs and Daft Developers.
![]() | ![]() | ![]() |
---|
The last funding round was in early 2015, and the project is currently looking for more sponsorship, individual or organizational backers, every penny helps patreon.
FAQs
Live editing, testing and debugging for JavaScript
The npm package amok receives a total of 86 weekly downloads. As such, amok popularity was classified as not popular.
We found that amok demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.