Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dev-saw99/deko

Open Source Online Compiler, completely written in Golang
https://github.com/dev-saw99/deko

docker-compose docker-container ejudge golang golang-compiler grpc online-compiler online-judge source-code-executor

Last synced: 4 months ago
JSON representation

Open Source Online Compiler, completely written in Golang

Awesome Lists containing this project

README

        

![Deko Logo](./deko-logo.png)
[![License](https://img.shields.io/badge/License-GPL%20v3-yellow&?style=for-the-badge)](LICENSE)

## About DEKO

DEKO is a powerful online compiler built from scratch using Golang and gRPC. Unlike other compilers, DEKO offers both REST and WebSocket APIs, allowing users to compile code and receive real-time output in Go and Python, with Plans to support other languages as well.

The idea for DEKO came from the limitations of existing compilers, which often only support REST APIs and provide outdated language versions. To address these shortcomings, DEKO was designed to provide a more flexible and powerful solution for compiling and executing code.

DEKO's unique features include its real-time output capabilities, which allow users to receive feedback on their code as soon as it's generated in the server. Additionally, DEKO offers support for multiple programming languages and enables users to deploy their own setups using Docker containers.

As a fully open-source project, DEKO welcomes contributions and improvement suggestions from the community. To get involved, users can connect with the project's sole developer via email at [email protected].

Overall, DEKO is a powerful and versatile online compiler that provides a flexible and user-friendly solution for compiling code in a variety of programming languages.

## Deploy Procedure

1. Install [Docker](https://docs.docker.com/) and [Docker Compose](https://docs.docker.com/)
2. Clone the source code and get the latest code
```git
git clone https://github.com/dev-saw99/deko.git
git pull origin main
```
3. Create and run docker containers
```docker
chmod +x build.sh
./build.sh
```
4. You can now access DEKO at `localhost:9000`

## High Level Diagram

![High Level Diagram](./deko-hld.png)

## API Documentation

## Contribution

At DEKO, I am always looking to improve the platform and welcome contributions and feedback from the community. Whether you're a seasoned developer or just getting started, there are many ways you can get involved and help make DEKO even better.

If you have ideas for new features, improvements, or bug fixes, please don't hesitate to reach out to me. You can submit your suggestions and feedback via our Github repository or contact me directly at [email protected].

Thank you for your interest in DEKO. We look forward to working with you to make our platform even better.