GithubHelp home page GithubHelp logo

romitou / skriptmc-parser Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 135 KB

๐Ÿš€ Platform providing a powerful and fast (< 10ms) public script parsing API dedicated to the Skript community.

Home Page: https://skriptmc-parser-web.pages.dev

Go 96.32% Dockerfile 3.68%

skriptmc-parser's Introduction

SkriptMC-Parser

SkriptMC-Parser is currently a prototype in the early stages of development of a system that allows the Skript community to test their scripts via a public API for potential errors or warnings. This is a quick and easy way to check your scripts without having to set up a Spigot server on your environment.

Deploying

SkriptMC-Parser is the only container to be deployed as it will act as a container manager, specifically for engine containers. Further documentation will be added later as development on this project proceeds. As it stands, here are the steps to deploy SkriptMC-Parser:

  • Linux-based operating system (i.e. Debian)
  • A virtualization allowing to install and run Docker
  • Minimum of 2GB of RAM
docker run --publish 8000:8000 \
    --restart unless-stopped \
    -v /var/run/docker.sock:/var/run/docker.sock \
    --env SKMC_REDIS_ADDRESS=<address> \
    --env BOB_REDIS_USER=<user> \
    --env BOB_REDIS_PASSWORD=<password> \
    --detach \
    ghcr.io/romitou/skmc-parser:latest

Related projects

Many repositories will integrate it, as part of its operation or as part of using its API. First, the SkriptMC-Parser-Engine (Kotlin & Java) repository is essential to the operation of SkriptMC-Parser (Go) as it contains the source code of the parser environment, distributing private Docker images ready to be executed.

It might be possible to use this project to integrate it with Skript-MC's Discord bot, namely Swan (TypeScript). Users will be able to check the validity of their script with the bot and consequently with SkriptMC-Parser.

Finally, we are surely planning to create an online parser space for the whole community to benefit from and to have a conducive development environment, via the SkriptMC-Parser-Web (Vue) repository.

Perspectives

I think that a parser is not enough for a beginner user as well as for advanced users. I would like to add one more element that will make the difference, namely the execution of the code, in order to have a result of the script. Real-time modification and viewing of variables while the code is running, persistent saving of those variables, sharing and multi-development, one-click addon capability, ultra-fast deployment of parser runtime environments, and much more.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.