Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tierless web framework with Javascript?

Links is a lisp-like functional web programming language/framework that makes it easy to write a single piece of code that is compiled to server-side code, client-side JS and HTML, thus making it much easier to write web applications. Since there really is no distinction between the client and server side, they call it "tierless" programming. With the advent of Server-side JS, are there any comparable frameworks with JS? Note that I don't just mean writing server side and client side code in the same language, but writing server-side and client-side functions that can call each other and generate the HTML. Have a look at Links or HOP to get a better idea for what I am talking about. Is there a tierless web framework for JavaScript?

like image 707
highBandWidth Avatar asked Jan 04 '11 18:01

highBandWidth


2 Answers

I've read a little about Jaxer: http://jaxer.org

like image 154
anon Avatar answered Sep 22 '22 22:09

anon


I believe NowJS fulfills the criteria for a tierless JS web framework.

like image 38
highBandWidth Avatar answered Sep 23 '22 22:09

highBandWidth