DEV Community

Discussion on: MoonZoon Dev News (1): CLI, Build pipeline, Live-reload, HTTPS

Collapse
 
valeriavg profile image
Valeria

No I didn't imply that server should use nodejs , I was wondering if you ran performance tests and compared them with the performance test of a similar implementation in nodejs (or any other language) for that matter.

I think http should be the default option to avoid localhost certificate problem for instance, otherwise yeah something like that.

Thread Thread
 
martinkavik profile image
Martin Kavík

There is only a couple of stable frameworks based on virtual actors and they are written in C#, Java or Go. I can't find any usable Node.js virtual actor frameworks and there are only a few actor frameworks - probably because Node.js wasn't designed for multi-threading or actors (like Elixir) from start. However I've escaped from the Node.js world a couple of years ago so maybe I overlook something.

So I plan to somehow compare MoonZoon with other frameworks once it's mature enough but it will be hard to write some reasonable performance tests.

Thread Thread
 
martinkavik profile image
Martin Kavík

@valeriavg An update for you:

  • It's now possible to switch between HTTPS and HTTP. HTTP is the default option as you suggested.
  • I plan to optimize frontend and then publish benchmark results. I'll try to do the same for backend, once ready.
  • You can find live demo and other news and links in the Dev News 2.