Live data from Hacker News

Viewing profile — stenrs

stenrs

HN member
Joined
Mon, Oct 24, 2016, 11:43 AM UTC
HN karma
1
Public activity
5 items

About stenrs

No profile information was provided.

Recent public activity

  1. comment
    Comment #12778064

    No, sorry, no benchmarks yet. The main focus until now has been to speed up the development process. Right now it's pretty slick when it comes to reloading of resources on-the-fly …

  2. comment
    Comment #12778042

    Vert.x is similar. PurpleJS tries to make development of your webapps easier by combining the require-js model and a "sinatra"-way of developing rest endpoints.

  3. comment
    Comment #12778023

    Sorry about that. The embedded mode is not yet documented, but I can certainly help you with embedding into existing systems.

  4. comment
    Comment #12778018

    No, Nodyn tried to be fully compatible with NodeJs. PurpleJS is just an alternative - the scope is not to be fully compatible. Also Nodyn has it's own implementation of Javascript.…

  5. comment
    Comment #12778006

    No, it's using Nashorn which is bundled with Java 1.8+. It compiles Javascript into JVM bytecode as Rhino, but it's more performant.