Skip to content

soeguet/localsocket

Repository files navigation

localsocket

websocket for personal use. utilizing bun as a websocket. written for wails/react/tailwindcss client ("localchat")[https://github.com/soeguet/localchat].

Tech Stack

  • bun
  • typescript
  • zod
  • prisma
  • postgres
  • docker

Setup

create a .env file with the following:

DATABASE_URL=postgresql://postgres:postgres@localhost:5432/express

Run

docker compose up --build -d

afterwards run the (client)[https://github.com/soeguet/localchat] and connect to the server.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages