jaxer

Web host with Jaxer [closed]

£可爱£侵袭症+ 提交于 2020-01-10 06:17:25
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I'm a guy who's hosted on HostGator because I want cheap PHP hosting. However, I've been playing with a Jaxer server on my linux box and I'd like to write web apps in it. Can anyone recommend an affordable host that runs or will allow me to run Jaxer? I'd rather not get a dedicated or VP server... Thanks to the

Pros and cons with Jaxer

▼魔方 西西 提交于 2019-12-18 16:09:53
问题 I realize that this question has been asked before, but it has been a month with no decent responses... I'm looking at Aptana's Jaxer and I find the concept to be very exciting. Here is a quick overview for those who are not familiar with it: Jaxer is, in their words, "the world's first true AJAX server". It is based on the Mozilla engine so scripts are written with javascript and you have complete access to the DOM on the server-side. Scripts are placed on your pages with <script> tags and

Pros and cons with Jaxer

…衆ロ難τιáo~ 提交于 2019-12-18 16:09:05
问题 I realize that this question has been asked before, but it has been a month with no decent responses... I'm looking at Aptana's Jaxer and I find the concept to be very exciting. Here is a quick overview for those who are not familiar with it: Jaxer is, in their words, "the world's first true AJAX server". It is based on the Mozilla engine so scripts are written with javascript and you have complete access to the DOM on the server-side. Scripts are placed on your pages with <script> tags and

Has anyone used Jaxer in production?

纵然是瞬间 提交于 2019-12-08 16:15:41
问题 Has anyone used Jaxer in a production environment, I am curious as to how it holds up compared to something like php, ruby, etc. and if anyone knows of any pitfalls to using it that are well known. 回答1: @Stu: Not necessarily, maybe there's a bunch of people using it and having no issues. I love the concept having to only write validations once, using one language for everything both client and server side sounds like a interesting approach. 回答2: As a rule, if you have to ask this question, it

Execute javascript on IIS server

ⅰ亾dé卋堺 提交于 2019-12-01 17:59:35
I have the following situation. A customer uses JavaScript with jQuery to create a complex website. We would like to use JavaScript and jQuery on the server (IIS) for the following reasons: Skills transfer - we would like to use JavaScript and jQuery on the server and not have to use eg VB Script. / classic asp. .Net framework/Java etc is ruled out because of this. Improved options for search/accessibility. We would like to be able to use jQuery as a templating system, but this isn't viable for search engines and users with js turned off - unless we can selectively run this code on the server.

Execute javascript on IIS server

孤人 提交于 2019-12-01 17:02:13
问题 I have the following situation. A customer uses JavaScript with jQuery to create a complex website. We would like to use JavaScript and jQuery on the server (IIS) for the following reasons: Skills transfer - we would like to use JavaScript and jQuery on the server and not have to use eg VB Script. / classic asp. .Net framework/Java etc is ruled out because of this. Improved options for search/accessibility. We would like to be able to use jQuery as a templating system, but this isn't viable

Pros and cons with Jaxer

白昼怎懂夜的黑 提交于 2019-11-30 13:27:13
I realize that this question has been asked before , but it has been a month with no decent responses... I'm looking at Aptana's Jaxer and I find the concept to be very exciting. Here is a quick overview for those who are not familiar with it: Jaxer is, in their words, "the world's first true AJAX server". It is based on the Mozilla engine so scripts are written with javascript and you have complete access to the DOM on the server-side. Scripts are placed on your pages with <script> tags and you can specify a runat attribute (ala ASP.NET) to mark scripts for execution on the client, server,

Web host with Jaxer [closed]

与世无争的帅哥 提交于 2019-11-29 18:19:27
I'm a guy who's hosted on HostGator because I want cheap PHP hosting. However, I've been playing with a Jaxer server on my linux box and I'd like to write web apps in it. Can anyone recommend an affordable host that runs or will allow me to run Jaxer? I'd rather not get a dedicated or VP server... Thanks to the community! VPS is they way to go contrary to your desires. Linode, Slicehost, and ServerGrove all offer pretty competitive VPS hosting levels when compared to shared/clustered hosting with a decent level of access (ie. ssh, php.ini, cron, etc..) Jaxer is dead technology. Some hacker

pros and cons of serverside javascript implementation?

老子叫甜甜 提交于 2019-11-28 04:25:10
I just started experimenting with Aptana Jaxer server side javascript engine for my next project. And i have few quesions about that By using server side JS, can we implement the whole web application without using any server side languages (like C#,java etc). Or server side JS sits in between the web server and other langauge stack. Is it really a better approach ?? what are the advandages and disadvandages? how this works well in terms of performance? is there any real time implementation (public websites) only using server side JS(no other languages)? what are the alternatives available

Defining objects when using Jaxer

落花浮王杯 提交于 2019-11-28 02:02:43
问题 I've been playing with Jaxer and while the concept is very cool I cannot figure out how to define objects that are available on both the client and the server. None of the examples I can find define objects at all. I'd like to be able to define an object and specify which methods will be available on the server, which will be available on the client, and which will be available on the client but executed on the server (server-proxy). Can this be done without using three separate <script >