elide

33 posts

elide banner
elide

elide

@elide_dev

fast multi-lang runtime

a software project near you Tham gia Ocak 2023
74 Đang theo dõi69 Người theo dõi
Tweet ghim
elide
elide@elide_dev·
the prettiest possible way to install maven deps
GIF
English
1
3
7
110
elide
elide@elide_dev·
beautiful sf day at elide hq, what dreams are made of
elide tweet media
English
0
0
3
16
elide
elide@elide_dev·
Some cool stuff in the beta11 release cycle: new classpath command, built-in S3 mock server, a bunch of polish. github.com/elide-dev/elide
English
0
1
4
257
Hubert Thieblot
Hubert Thieblot@hthieblot·
The next billion-dollar founder has 15 followers on X rn. I will find you & fund you!
English
2.1K
288
6.2K
371.6K
elide
elide@elide_dev·
@asmah2107 We fix this problem at a foundational level by eliminating the need for all the microservices in the first place
English
0
0
0
78
Ashutosh Maheshwari
Ashutosh Maheshwari@asmah2107·
Quick question : You have 50 microservices, each with its own API. The frontend team is losing their mind. To render a single page, they make 10+ network calls. The app is sluggish. Users are complaining. How do you fix this ?
English
1.2K
57
1.7K
491.1K
elide
elide@elide_dev·
@GameShopCorp Really cool use case. We are doing a lot of work around GraalVM, and can help you if you get hung up. Think you could chat with us about your goals and experiences so far? elide.dev/discord
English
0
0
0
49
elide
elide@elide_dev·
@SumitM_X Can’t forget the GraalVM ecosystem. For example, we are in beta and can support running many languages in the same process, and even natively. Shared memory & GC etc. Currently support #Kotlin (2.2.20), #Java (JDK 25), #TypeScript, & #Python w/ support coming for LLVM and WASM
English
0
0
0
48
SumitM
SumitM@SumitM_X·
Senior Java devs , do this :
SumitM tweet media
English
9
81
677
32.2K
elide
elide@elide_dev·
@BrodaNoel @jxnlco Or skip the Node↔Python bridge and just call Python directly from TS. Our runtime supports this and does it all in the same process.
English
0
0
0
51
Broda Noel
Broda Noel@BrodaNoel·
@jxnlco You can still do the SPECIFIC thing on python and then call that file from nodejs.
English
2
0
0
355
jason liu
jason liu@jxnlco·
hate to say it.... but i regret building this backend in python. shoulda gone ts all the way.
English
366
36
2.1K
528K
elide
elide@elide_dev·
@Piero_Go_ @BrodaNoel @jxnlco You could skip the FastAPI layer entirely. Our runtime lets your TypeScript call Python functions in-process. Same app, shared memory, no endpoints.
English
1
0
0
44
Piero
Piero@Piero_Go_·
@BrodaNoel @jxnlco I will have my employee create the frontend AND backend with ts and then I will create simple stateless fastapi endpoints the backend can call. AI stuff goes in python.
English
1
0
0
86
elide
elide@elide_dev·
@jxnlco With our runtime, you could call #Python functions directly from #TypeScript No separate service, no overhead
English
0
1
1
405
jason liu
jason liu@jxnlco·
unless there is a SPECIFIC library i need in my backend its just not worth it. and maybe even then I'll spin it up as a modal endpoint but in the future im going to need to prove to myself i need python rather than convince myself to consider ts
English
7
2
158
32.8K
elide
elide@elide_dev·
@NickLaptev @SumitM_X Maybe not designed for it, but def not impractical now. What we’ve done is build a GraalVM native image that replaces javac, kotlinc, and jar. Gradle calls it directly, skipping JIT warmup. Java apps under 10K classes compile ~20× faster with fast cold starts.
English
0
0
1
102
Nick Laptev
Nick Laptev@NickLaptev·
Lol. Java and Spring were not designed for small cold start. Asking this means the person has no idea about their real use cases and the world around them. For small cold start Devs go with Python, Node and Go. Dancing with GraalVM is possible but again due to limitation of vision.
English
1
0
4
562
SumitM
SumitM@SumitM_X·
SPRINGBOOT performance based interview questions - - How can you optimize the startup time of app? -What is role of Actuator in monitoring startup time? - Explain how classpath scanning mechanism affects startup time - What are some tools/techniques to analyze startup time
English
9
32
293
14.8K
elide
elide@elide_dev·
Beta v10 is live: • Native Python HTTP serving • crypto.randomUUID() • Progress animations 👀 • JDK 25 + Kotlin 2.2.20 • Smoother builds, zero runtime Write in TypeScript, Python, or Kotlin, ship as one binary. github.com/elide-dev/elid… #java #kotlin #Elide #node #python
English
1
2
7
304
Sam Lambert
Sam Lambert@samlambert·
you have to develop an intuition for knowing when a decision should be made in 5 minutes or 5 days.
English
12
21
236
12.9K
elide
elide@elide_dev·
@emrahdma Gradle invokes javac and runs it on the JVM. We ship it precompiled to native code. This skips JVM startup and JIT warmup. Gradle cannot do this without Elide, as it only uses regular JDK distributions.
English
0
0
3
68
Emrah
Emrah@emrahdma·
@elide_dev Gradle can do this without Elide already. What am i missing?
English
1
0
0
51
elide
elide@elide_dev·
@emrahdma Good catch, ty again! Updating docs is kinda like doing laundry 🥶
English
0
0
2
15
Emrah
Emrah@emrahdma·
@elide_dev Oh i see! You might consider putting a comment over the Python function "# my-app.py" like you did with the typescript file
English
1
0
0
29
elide
elide@elide_dev·
@emrahdma Hi Emrah, ty! We’re always working to keep docs current. Sometimes we're caught up in the code 😅 However, if the image below is what you’re referring to, this is as intended. The .ts file imports and calls a Python function to demonstrate Elide’s polyglot behavior. ⚡
elide tweet media
English
1
0
1
26
Emrah
Emrah@emrahdma·
@elide_dev You have a typo in your docs, Python hello example should have .py extension, not .ts
English
1
0
0
31
elide
elide@elide_dev·
@banadiga It is definitely the best-in-class VM. We use it as an engine for our runtime/toolchain, adding our own build system, test runner, polyglot APIs, and packaging flow on top. Always up for a chat about it, elide.dev/discord
English
0
0
0
10
banadiga
banadiga@banadiga·
javaclub.lviv.ua/2025/10/22/202… #lvivjavaclub #javaclub GraalVM isn’t just another JVM — it’s a universal runtime that breaks down language barriers. Java, Python, JavaScript and more can run together seamlessly, without wrappers, APIs, or painful integrations. This talk shows how Gr…
English
1
0
1
57
elide
elide@elide_dev·
@therealdanvega @mleitz1 Awesome stuff really. Native image has unlocked a lot of cool features for us.
English
0
0
2
19
Dan Vega
Dan Vega@therealdanvega·
I started recording a series of videos today around Spring Framework 7 and Spring Boot 4. I’m probably covering most of what you’re looking for but just in case I’m not what do you want to learn more about? 👇
English
8
11
106
8.5K