Are any fully functional server side javascript structures available?

I see javascript becoming more practical as a server-side language with the advent of node.js and v8. As for the framework, most of what I saw is a minimalistic framework. Even express.js , one of the most promising, is a bit bare.

Are there any complete server platforms for JS yet?

+4
source share
3 answers

There RingoJS, the current form of the (surprisingly old) Helma structure. This is an Rhino-based implementation, so you can get whatever you want from the JVM (it seems to be a "good news / bad news" joke, I think).

+5
source

Check out towerjs and railwayjs .

+1
source

There is a very powerful webapp stack called ringojs. This is truly an Rhino prompt that you can use to run javascript modules. It is based on Jetty and has a well-designed set of modules and a powerful but simple template engine (including inheritance and macros). You can reuse the galaxy of Java libraries using the simple Javascript Java interface. Based on the development of J2EE, I threw away a lot of code and configuration of the ceremony - it is very productive, especially customizing your webapp launch through the help

0
source

All Articles