You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vino applet knowned as "Nintendo TVii(R)" is an browser like applet what could load remote page, so you can use Hanabi U there.
Problems of Vino
No WebSockets API. - You can not use new WebSocket() for making real time applications. It could be solved by SSE but you need add more post routes to your server
Poor Perfomace. - Don't spect to make bigger applications, so it has a lower space in ram for storage files.
Vino is not enabled by default. - You might use a plugin for enable Vino Applet.
What features could i use?
Without editing the cert, you could use FetchAPI for making network request
Use ServerSideEvents, send data dynamically from your server.
Use PromiseAPI with that polyfill.
Use VinoAPI, check Pretendo Network repo.
Pending. Use xMiB of RAM for your Javascript
Reference of Vino API is built-in 😊
Todo List
- Make Dinamic CSS works
- Research Vino Browser equivalent in Safari and WebStandards
Fixed with recreation of Dynamic CSS system, now its required to declare what css files does have to load when component is gonna be attached to display, support catching by loading the file when app is started only supported by normal components.
Vino Applet
Vino applet knowned as "Nintendo TVii(R)" is an browser like applet what could load remote page, so you can use Hanabi U there.
Problems of Vino
new WebSocket()
for making real time applications. It could be solved by SSE but you need add more post routes to your serverWhat features could i use?
FetchAPI
for making network requestServerSideEvents
, send data dynamically from your server.PromiseAPI
with that polyfill.VinoAPI
, check Pretendo Network repo.Reference of Vino API is built-in 😊
Todo List
The text was updated successfully, but these errors were encountered: