12

First Post since... Long I guess?

I got a new project!! I am currently creating a Webserver Framework in Java. I can create fully functional websites with a few lines of JSON.
(Look below)

Currently I don't have direct Javascript support, but I am working on installable modules. With those the Web-Admin can code little code fragments that can be shown (live) on the webpage.

I am so hyped because it does work <3

(Pictures of development might follow)

(Can I even call it framework? Hm dunno.. )

Comments
  • 2
    So no coding? More like a generator? 🤔
  • 2
    @ScriptCoded that's also right, the framework part is the part with the modules. There is an early API for integrating new code.

    But mostly the generator is done, yes
  • 2
    @SteffTek Neat :) Source on GH or something?
  • 2
    @ScriptCoded currently all under development.

    It won't be open source, also I may release it as plugin for Minecraft. The intention is that not every server has the ability to use a Webserver, so I will help the little servers to express themselves better :)

    But I will release a developer guide for the modules on GitHub and may make a standalone version.

    (Should be pretty easy, I don't use any thing from the Minecraft API currently)
  • 2
    @SteffTek Wait, so it's for creating websites for Minecraft servers?
  • 2
    @ScriptCoded at this point.. Yes it is.

    But one main class more and it would launch as normal Java application. ^^
  • 2
    @SteffTek Nice :) Does it launch on the server instance?
  • 2
    @ScriptCoded jep, it's universal, for Bukkit, Spigot and Bungee the same
  • 2
  • 2
    What about content?
  • 1
    @hack Look at my newer rant :)
  • 0
    @austudo JSON?
  • 0
    @austudo like JSON or Like my framework :D?
  • 0
    @austudo haha, JSON is the common way your browser gets data asynchronous from a webserver. Like loading new posts on Twitter. I just used it for creating structures
Add Comment