Skip to content

elysia & vite monorepo for a websocket-based chat app

Notifications You must be signed in to change notification settings

nomnivore/elysia-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-app

I created this to learn the WebSocket protocol, and gain experience with React, Typescript, and Elysia.

Built to be extensible, and easy to add new features down the road.

To install dependencies:

bun install

To run locally:

bun dev

This is a Typescript monorepo containing two packages:

server

An ephemeral chat app built with Elysia, a type-safe express-like web framework for Bun using drizzle to store and query data from a SQLite database.

Custom-built authentication that hashes passwords with bcrypt and uses JWTs for authorization.

client

React app built with Vite.

State management with Zustand.

About

elysia & vite monorepo for a websocket-based chat app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published