Web IDE Tool

Does anyone know if there is an IDE web environment that allows you to develop a web application directly from a web application? The W3School website allows you to write a small piece of code in HTML or javascript, but is there any other solution that is more project-oriented?

+5
source share
6 answers

CodeRun

http://www.coderun.com/


Bespin from Mozilla Lab

http://labs.mozilla.com/projects/bespin/

Bespin is a Mozilla lab experiment which offers an open, extensible web-based code editing environment whose goal is to increase productivity by allowing attractive users to experience and promote the use of open standards.

+5

Web2py - - python, .

+2

clicpilot builder - -, WebApp . NodeJS/JSP JQuery/Bootstrap Front-End . .

+1

http://htmledit.squarefree.com/

, HTML-. phpe:

<form method="post">
<textarea id="editor" name="editor" style="width:100%;height:200px;"></textarea>
<input type="submit" id="btnSubmit" name="btnSubmit" />
</form>
<hr />
<?php
    if (isset($_REQUEST["btnSubmit"])) {
        echo $_REQUEST["editor"];
    }
?>

, !

0

Zope, ( Zope 1996 , 1998 ).

Zope?

Zope - - , Python. , , HTML, , (RDBMS). ​​ , - .. Zope . " ", Zope - .

0

You can use Koding . It has everything you need if you are a beginner and, above all, you can collaborate with others and share your code.

0
source

All Articles