For server-side, you might want to look into the CommonJS standards, which
Node itself was based on from its conception. There's the file system API,
the console API (different from browsers), the event emitter API, the
module standard (which Node purely extended) and even the precursor to
Promises/A+ and ES2015 promises, the CommonJS Promises/A standard.
Interesting historical read.

(By the way, that group still operates, but it's not as active as it used
to be.)

On Fri, Jun 17, 2016, 14:24 Bob Myers <[email protected]> wrote:

> How does WebSockets fit into this?
> _______________________________________________
> es-discuss mailing list
> [email protected]
> https://mail.mozilla.org/listinfo/es-discuss
>
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to