본문 바로가기
개발/정리

웹 브라우저로 개발하기 (온라인 IDE)

by parkkingcar 2022. 12. 28.

 

개발 환경 구축 없이 브라우저에서 개발환경 기능을 가진 웹 사이트를 소개합니다.

 


1) ideone

 

Ideone.com

Ideone is something more than a pastebin; it's an online compiler and debugging tool which allows to compile and run code online in more than 40 programming languages.

ideone.com

 

C Perl C# PHP C++ Python C++14 Python 3 Haskell  Ruby Java SQLite Objective-C Swift Pascal VB.net 등

자주 쓰이는 언어들의 개발환경을 제공합니다.

 

각 언어를 선택하면 기본 템플릿을 제공하며 자동으로 코드를 정리합니다.

 

 

 

 

2) jdoodle

 

JDoodle - Online Compiler, Editor for Java, C/C++, etc

JDoodle is an Online Compiler, Editor, IDE for Java, C, C++, PHP, Perl, Python, Ruby and many more. You can run your programs on the fly online, and you can save and share them with others. Quick and Easy way to compile and run programs online.

www.jdoodle.com

 

ideone와 유사한 브라우저 IDE입니다. 사용하기 쉬운 UI를 가지고 있습니다.

 

 

 

3) codepen

 

CodePen

An online code editor, learning environment, and community for front-end web development using HTML, CSS and JavaScript code snippets, projects, and web applications.

codepen.io

 

최근 가장 많이 사용하고 있는 온라인 IDE중 하나로 Web/Front End 개발에 최적화 되어 있으며,

다른 서비스 대비 사용자간 코드의 공유가 잘되어 있습니다.

 

 

 

 

4) 구름 IDE

 

구름IDE - 설치가 필요없는 통합개발환경 서비스

경쟁력 있는 개발 조직의 선택

ide.goorm.io

 

국내 기업 구름이 운영하는 구름 IDE로 무료사용이 가능하며 한글로 서비스 되어있습니다.

 

국내에서 코딩 시험용, 학습용으로 많이 사용 중 입니다.

 

 

 

 

5) 류갓닷컴

 

RyuGod

 

www.ryugod.com

국내 개발자 (Ryugod님께서 개발)한 Online IDE 입니다. 

 

 

 

 


 

 

이외에도 다양한 웹 브라우저 IDE가 있는데 추후 업데이트 할 예정입니다 !

댓글