Encore.dev Build & Deploy Full Backends in Minutes — TypeScript & Go Cloud Apps Made EASY!
0 views
Aug 9, 2025
Get the full source code of application here:
View Video Transcript
0:00
Uh hello guys, welcome to this video. So
0:02
in this video I'll show you a
0:03
open-source Typescript backend framework
0:06
for uh applications for coding
0:08
applications. So this is called as
0:10
inor.dev.
0:12
If you go to the browser simply type
0:13
this address and this will be the
0:16
landing page of their framework. So it's
0:20
completely open source and it's
0:22
available for install for Mac, Windows,
0:25
Linux. It's crossplatform solution and
0:28
uh this is the installation for Windows.
0:31
You simply execute this command on
0:34
PowerShell and then simply click create
0:37
hello world program and running it on
0:39
locally. This is their video right here.
0:41
It's developed entirely in Typescript
0:43
and Go programming language.
0:47
So many startup companies are loving
0:49
this because it has zero npm
0:51
dependencies. So it's entirely built
0:53
from scratch and it's 9x faster than
0:58
ExpressJS which is the most powerful
1:00
NodeJS framework for building web
1:02
applications and also faster than Alicia
1:06
Huno as well. So in core is a very
1:09
powerful framework for building web
1:12
applications and you can even try this
1:16
right itself if you click the try it
1:18
button.
1:20
This is the full documentation which is
1:22
given for each example. You can check
1:24
out their different example apps which
1:27
are also built.
1:29
Can clone this repo as well.
1:36
So for installing it it's very easy. You
1:38
again go to the docs here. Just go to
1:41
their website incor.
1:45
So this is the greatest open-source
1:46
framework in the market right now. It's
1:48
developed in Go. So simply open your
1:51
PowerShell. If you are on Windows,
1:54
run as administrator.
1:56
Uh just install this by executing this
1:59
command.
2:03
So if you do this now, it is actually
2:06
installing in core right here. If you
2:08
see that
2:19
So after installing it uh you'll be able
2:22
to create this simple hello world
2:24
example code.
2:27
So just wait for it to finish
2:29
installing.
2:38
So now you can see it has successfully
2:41
installed successfully. Now you simply
2:43
type in core and the command will be
2:46
successful. So now wherever you need to
2:48
develop this application
2:54
you open your VS code right here.
2:58
Let me just open it with file explorer
3:00
and open command line.
3:05
And right here I paste this command.
3:18
Enter it. So this CLI tool collects
3:20
users data.
3:23
Now so I just give it a app name here.
3:26
So I will say sample app. So now it is
3:30
downloading that template for you. Hello
3:31
world template. So just wait for some
3:34
time. Here it is generating the project
3:37
for you. And uh
3:42
now it is running npm install. So
3:47
it has created all these directories. So
3:49
this is your package.json file. It is
3:52
using the latest version of encode.dev.
3:56
So these are the files which are
3:58
generated right here. If you see it's
3:59
coded entirely inside TypeScript.
4:06
This is your simple hello world
4:10
API
4:11
and
4:15
you can run your app directly now. So
4:18
that's your app started right here. If
4:20
you see
4:22
you can test out your APIs directly
4:24
right here itself.
4:27
So this is call API and it gives you the
4:30
response 200. If you see that
4:33
this is your fully API explorer window.
4:41
So this is a great little backend
4:43
framework for building APIs. Guys
4:45
definitely try this. It's completely
4:47
open source in code.dev. DEV
4:50
and also check out my website
4:51
freemediatools.com
4:53
uh which contains thousands of tools.