websocket for personal use. utilizing bun as a websocket. written for wails/react/tailwindcss client ("localchat")[https://github.com/soeguet/localchat].
- bun
- typescript
- zod
- prisma
- postgres
- docker
create a .env file with the following:
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/expressdocker compose up --build -dafterwards run the (client)[https://github.com/soeguet/localchat] and connect to the server.