Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ Lucky Public
forked from LangDuaMC/Lucky

Lure RPC example at incubation stage. Lure(forked) is an easy controllable and pass-through minecraft proxy.

Notifications You must be signed in to change notification settings

hUwUtao/Lucky

 
 

Repository files navigation

Elysia with Bun runtime

Development

To start the development server run:

bun run dev

Open http://localhost:3000/ with your browser to see the result.

Building a Static Binary

Compile the service into a standalone Bun binary:

bun run build

The binary is written to dist/Lucky and can be copied straight into minimal container images or executed on compatible Linux hosts.

Container Image (rootless Podman)

Build a scratch-based container image that embeds the static binary:

podman build -t lucky:static .

Run the container using rootless Podman:

podman run --rm -p 3000:3000 lucky:static

When you are done, remove the image to keep the local registry clean:

podman rmi lucky:static

About

Lure RPC example at incubation stage. Lure(forked) is an easy controllable and pass-through minecraft proxy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.5%
  • Dockerfile 1.5%