"Hop is:
- A compliant JavaScript implementation:
- EcmaScript 5.1 compliant;
- EcmaScript 6 features;
- Nodejs compatibility.
- An extended JavaScript:
- multitier: a single code that runs on the client and the server;
- builtin HTML: native HTML syntax support and multitier dom.
- server-side web workers.
- native websockets.
- A builtin multi-threaded web server.
Hop programs execute in the context of a builtin web server. They
define services, which are super JavaScript functions that get
automatically invoked when HTTP requests are received. Functions and
services are almost syntactically similar but the latter are defined using the service keyword."
No comments:
Post a Comment