Replies: 8 comments 1 reply
-
Jasonette-Web was a beta prototyping tool using cell.js 1 - to support cell.js again I found that creating a whole engine for the web that interprets the jasonette json structures as a prototyping tool In my opinion is best to use a tool such as Jason APK for prototyping and testing since it would be using the same engine as the core and the mobile environment. |
Beta Was this translation helpful? Give feedback.
-
Having Jasonelle-Web would allow to design only once for both desktop and mobile which would be a huge win! |
Beta Was this translation helpful? Give feedback.
-
While I do find the use of a web version of Jasonette feasible and useful. However if there is such a project that focused on the web part. We would happily link them and redirect users that want to create web apps using that tech. 👍 |
Beta Was this translation helpful? Give feedback.
-
Jasonette / Jasonelle is the most intelligent approach to mobile app development ever seen. As said by Ethan itself, one of the main purpose of Jasonette is to let developers convert their ideas into apps in the fastest way possible. For this reason I think that having a web editor as an IDE where the developer draws and tests its app is a fundamental part of the project. I tried many times Jasonette and I came back to it often still convinced by its potential, but having to wait for the JSON to be loaded to the device every single little change I make to the code, makes you lose one of the main advantages of Jasonette. |
Beta Was this translation helpful? Give feedback.
-
@Nicero Yes improving the developer UX is one of the keypoints of the project. Having a tool that helps development by using drag and drop and seeing your results in nearly realtime would be wonderful. But that kind of DX can also be achieved by websockets connection and a paired simulator/device that would render the output on change. There is no need to rebuilt a new tool from scratch if we could use what we have today. A web interface can be considered, but I don't know about the web renderer part. |
Beta Was this translation helpful? Give feedback.
-
Glad to know this possibility. Could you explain how to do it? The only way I worked with Jasonette up to now is loading the Janosette-Android APK in Android Studio, link to the JSON and the run the APK, but as you know, in this way the APK is built every time and this approach is not feasible. Maybe a dedicated post/tutorial on this argument would be apreciated by many other users. |
Beta Was this translation helpful? Give feedback.
-
The quickest way for now is using Jason app. An APK That you can use to prototype using an URL. https://github.com/jasonelle/jasonette-android/releases/download/v2.1/Jasonelle-jason.apk The websocket part needs more thinkering an experimentation. But the integration can be done using the builing blocks https://github.com/Jasonette/agent.websockets |
Beta Was this translation helpful? Give feedback.
-
Sorry if my question seem off. i'm a bit confuse. Final question, is Webview in Jasonelle same as JSON Web Container? |
Beta Was this translation helpful? Give feedback.
-
It would be great to have support for WEB browsers.
Maybe forking Jasonette-Web and taking from where it was left ?
Beta Was this translation helpful? Give feedback.
All reactions