From b24a5d2f060a2a287bd8942fc1e50760c59118f8 Mon Sep 17 00:00:00 2001 From: Relism Date: Mon, 23 Dec 2024 21:51:04 +0000 Subject: [PATCH] deploy: 214e1a3a537717e99833e5b3a9c5e76963c9323f --- 404.html | 2 +- flash/index.html | 4 ++-- flash/installation.html | 4 ++-- flash/server-types.html | 4 ++-- index.html | 4 ++-- mobot/index.html | 4 ++-- serverlibraries/index.html | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/404.html b/404.html index 3187132..a40b2d0 100644 --- a/404.html +++ b/404.html @@ -17,7 +17,7 @@
- + \ No newline at end of file diff --git a/flash/index.html b/flash/index.html index ed1f09a..645f15c 100644 --- a/flash/index.html +++ b/flash/index.html @@ -4,7 +4,7 @@ ⚡ Flash | Pixel Services Docs - + @@ -22,7 +22,7 @@
Skip to content

⚡ Flash

Flash is a simple, modern and fast expressive web framework written in Java. The project is maintained by Pixel Services and the open-source community.

Our Team

Say hello to the Pixel Services team !

Relism

Relism

Developer

Sieadev

Sieadev

Developer

- + \ No newline at end of file diff --git a/flash/installation.html b/flash/installation.html index 212f66d..663b01b 100644 --- a/flash/installation.html +++ b/flash/installation.html @@ -4,7 +4,7 @@ 📲 Installation | Pixel Services Docs - + @@ -40,7 +40,7 @@ }
  • And the dependency :

    groovy
    dependencies {
         implementation 'com.pixelservices:flash:{{ latestVersion }}'
     }
  • ⚡ Latest version:
    - + \ No newline at end of file diff --git a/flash/server-types.html b/flash/server-types.html index 4b7aeef..da5488f 100644 --- a/flash/server-types.html +++ b/flash/server-types.html @@ -4,7 +4,7 @@ Server Types | Pixel Services Docs - + @@ -58,7 +58,7 @@ // Other routes and configurations } }

    The InternalFlashServer is a pre-configured instance of FlashServer that is managed internally by the library. Under the hood, it is instantiated as:

    java
    new FlashServer("Internal");

    This means:

    Both the InternalFlashServer and any user-created FlashServer instances are of the same type (FlashServer). However, if you want to create and manage your own server instance, you must provide a name during initialization, e.g.:

    FlashServer server = new FlashServer("My Server Instance");

    Which Server Type Should You Use?

    It all depends on your use case. If you only need one server instance and want to keep your code concise, you can use the internal server. However, if your application needs to handle multiple server instances each with different ports and configurations, you should use FlashServer instances.

    Example use cases for each server type:

    - + \ No newline at end of file diff --git a/index.html b/index.html index 06373c8..f9522f6 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ Pixel Services Docs - + @@ -22,7 +22,7 @@
    - + \ No newline at end of file diff --git a/mobot/index.html b/mobot/index.html index cc27003..c1f9f9a 100644 --- a/mobot/index.html +++ b/mobot/index.html @@ -4,7 +4,7 @@ Pixel Services Docs - + @@ -22,7 +22,7 @@
    Skip to content
    - + \ No newline at end of file diff --git a/serverlibraries/index.html b/serverlibraries/index.html index 86bcdb8..98711bc 100644 --- a/serverlibraries/index.html +++ b/serverlibraries/index.html @@ -4,7 +4,7 @@ Pixel Services Docs - + @@ -22,7 +22,7 @@
    Skip to content
    - + \ No newline at end of file