-
Book Overview & Buying
-
Table Of Contents
Full-Stack Web Development with TypeScript 5
By :
Having covered the basic building blocks of Hono, Bun, and TypeScript required to build our backend API server, we are now ready to actually implement all the backend functionality required for our chat application.
In this chapter, we will work on building data models, storage, middleware, routes, authentication and authorization mechanisms, and chat and message controllers. All of these things in the context of a chat application provide us with the core knowledge required to build a real-world backend application.
Here are the main topics that we’ll explore in detail:
We’ll kick off by outlining the data models for our application and putting together an in-memory storage solution.