https://kotlinlang.org logo
Join SlackCommunities
Powered by
# framework-elide
  • s

    Sam Gammon

    01/02/2023, 1:52 AM
    Screenshot 2023-01-01 at 5.52.39 PM.png
    • 1
    • 2
  • s

    Sam Gammon

    01/02/2023, 9:24 PM
    @Adam Crane, @Sebastian Schuberth, welcome!
    πŸ‘‹πŸ» 1
  • s

    Sam Gammon

    01/02/2023, 9:24 PM
    @Sebastian Schuberth just made the first contribution to Elide outside the core team. Huge moment! Thank you again! Lol
    s
    • 2
    • 19
  • s

    Sam Gammon

    01/10/2023, 1:48 AM
    hey everybody, welcome to the new channel members @manoj s, @CΓ©sar, @ayodele, @Maryna Cherniavska, @S., @Szymon Kaczorowski πŸ˜„
    πŸ‘‹πŸ» 1
    πŸ‘‹ 2
    m
    • 2
    • 1
  • s

    Sam Gammon

    01/10/2023, 1:48 AM
    sorry the channel has been quiet, because of the rains on the west coast of the U.S. i was flooded out but i'm back at my desk! we should have a contributors guide ready in the next 48 hrs or so.
  • s

    Sam Gammon

    01/10/2023, 1:49 AM
    the virtual filesystem for the JavaScript VM is nearly done -- landing with this release will be support for JS imports and
    require
    as well.
  • s

    Sam Gammon

    01/12/2023, 4:33 AM
    Screenshot 2023-01-11 at 8.33.09 PM.png
  • s

    Sam Gammon

    01/12/2023, 4:33 AM
    quick preview of the design for errors that surface in user code
    πŸ†’ 1
  • s

    Sam Gammon

    01/12/2023, 7:05 PM
    errors: a comparison of js runtimes
  • s

    Sam Gammon

    01/12/2023, 7:05 PM
    PNG image.png,PNG image.png,PNG image.png
  • s

    Sam Gammon

    01/12/2023, 7:05 PM
    very strange behavior from deno tbh
  • s

    Sam Gammon

    01/15/2023, 10:34 AM
    hey guys, wanted to announce that a few changes will be made this evening (Sun Jan 15th, 2023) β€’ the
    v3
    repo will be renamed to "elide" (the previous "elide" repo has been archived, it was v1/v2, which are now old) β€’ github discussions will get activated β€’ gitter and a button for this slack channel added to README separately, a test version of the CLI is out which has the error support shown above, plus a bunch of other goodies under testing. release coming soon. you can try it by running the one-line installer:
    Copy code
    curl -sSL --tlsv1.2 dl.elide.dev/cli/install.sh | bash -s -
  • s

    Sam Gammon

    01/25/2023, 7:34 PM
    hello friends of the Elide Project πŸ™‚ I'm happy to announce that Elide finally has a website! πŸ₯³ there is a short Getting Started guide along with (very thin) docs for using the Gradle plugin. More coming soon. Of course, the site itself is built with Elide. Read below for stats on the finished app. https://elide.dev
    πŸŽ‰ 1
  • s

    Sam Gammon

    01/25/2023, 7:48 PM
    Elide's new website is built with Elide Elide's website is designed to be a paragon example of an Elide React SSR application. It is designed to be extremely fast, cheap to run, and quick/fun to develop on. At the same time, it demoes use of the latest web standards, like CSPv3, Trusted Types, and more. Features of the site basically break down into Performance/Experience, Security, and Dev. Performance/Experience βœ… Native React SSR (
    view-source
    to see it working!) βœ… Nearly perfect WebPageTest score βœ… Excellent Core Web Vitals βœ… Builds to a native amd64 binary βœ… Dynamic caching of SSR output βœ… Pre-compressed Brotli and Gzip SSR βœ… Profile-Guided Optimization (PGO) with GraalVM EE βœ… CDN with CloudFlare βœ… Modern image formats (webp, avif) βœ… Favicon that automatically changes based on dark/light mode βœ… Alpine (
    musl
    )-based binary and Docker image, in static mode Security βœ… CORP, COEP, CSPv3 βœ… Very strong CSP βœ… Script and source nonce sharing with JS VM βœ… A+ TLS rating βœ… Full suite of security headers βœ… DNSSEC Dev βœ… Builds as single optimized amd64 native binary βœ… Alpine-based Docker image (
    <http://us-docker.pkg.dev/elide-fw/app/site:latest|us-docker.pkg.dev/elide-fw/app/site:latest>
    if you want to try it out) βœ… Support for MDX via KotlinJS (very quick builds for site content) βœ… Plug-in support for customized
    esbuild
    (for SSR target)
  • s

    Sam Gammon

    01/25/2023, 7:51 PM
    Stats about the Docker Image The Docker image is especially interesting. It is a
    FROM scratch
    image which only contains the application binary, there is no Linux kernel -- so the app's UI, JavaScript, CSS, images, and Kotlin server code are all packaged into one runnable unit. βœ… 0 detectable vulnerabilities in Docker image βœ… Built with Alpine Linux, GraalVM βœ… Completely static binary (
    FROM scratch
    ) βœ… Size: 137.3MB (!)
  • s

    Sam Gammon

    01/28/2023, 3:09 AM
    welcome @Cherrio LLC! πŸ™‚
  • s

    Samuel Gammon

    04/07/2023, 9:43 AM
    big day for the framework tomorrow
  • s

    Samuel Gammon

    04/07/2023, 9:44 AM
    get ready yall wish me luck
  • d

    Damien O'Hara

    04/14/2023, 2:59 AM
    good morning all
  • s

    Samuel Gammon

    04/16/2023, 4:23 AM
    good morning (two days later)
  • s

    Samuel Gammon

    04/18/2023, 11:09 PM
    hello all
  • s

    Samuel Gammon

    04/18/2023, 11:10 PM
    i am happy to announce that Elide is finally available on Maven Central https://central.sonatype.com/search?namespace=dev.elide
  • s

    Samuel Gammon

    04/18/2023, 11:10 PM
    1.0-v3-alpha3-b7
  • s

    Samuel Gammon

    04/18/2023, 11:10 PM
    is the latest version -- the BOM and the Gradle Catalog are the only two components which are missing at this time
  • s

    Samuel Gammon

    04/18/2023, 11:10 PM
    (publishing those to central can be a pain, they should be live in a day or two)
  • s

    Samuel Gammon

    07/26/2023, 10:57 PM
    hello elide friends
  • s

    Samuel Gammon

    07/26/2023, 10:57 PM
    this has been a dead channel for a minute, because we've been heads down working hard
  • s

    Samuel Gammon

    07/26/2023, 10:57 PM
    a new version of the runtime is coming soon -- in the next week or so -- with significantly improved Node compatibility
  • s

    Samuel Gammon

    09/21/2023, 5:25 AM
    Please join us for the alpha event to launch Elide πŸ™‚ https://www.meetup.com/sfjava/events/295657766/
  • s

    Samuel Gammon

    10/07/2023, 3:24 AM
    Hello everyone in the Elide channel, The launch is officially online for Elide's alpha 🦜 πŸ₯³ πŸš€ See the launch video here:

    https://www.youtube.com/watch?v=Txl9ryfbCw4β–Ύ

    Elide can now run Python, JavaScript, Ruby, and more, at extremely fast speeds, all through the power of Kotlin and GraalVM. Our demo video shows use on the command-line, as a runtime, and also through code, as a framework in the JVM (as you'd do from Kotlin). Please remember to ⭐ the GitHub repo and give it a try πŸ™‚ On GitHub: https://github.com/elide-dev/elide On Discord: https://elide.dev/discord How to Install:
    Copy code
    curl -sSL --tlsv1.2 elide.sh | bash -s -
    Then, you can do:
    Copy code
    elide shell
    To run a shell.