Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mehah authored Nov 30, 2017
1 parent acd2716 commit 393406e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It's a library that allows Java to manipulate DOM, exactly like Javascript, usin
The client-server communication is done with JSON, with this we have fewer bytes passing, which can be accomplished with either ajax, iframe or websocket.

**JavaScript frameworks:**
As the library allows interac with Dom, then it will have access to any framework created for Javascript, but to let the writing more close to Javascript, it will be necessary to create plug-ins, for example : [jQuery](https://github.com/mehah/JQuery) and [jQueryUI](https://github.com/mehah/JQueryUI).
As the library allows interac with Dom, then it will have access to any framework created for Javascript, but to let the writing more close to Javascript, it will be necessary to create plug-ins, for example : [jQuery](https://github.com/mehah/JQuery), [jQueryUI](https://github.com/mehah/JQueryUI) and [Vue.js](https://github.com/mehah/Vue.js).

Min. Requirements
- Java 1.6
Expand Down

0 comments on commit 393406e

Please sign in to comment.