Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Dive into the world of real-time, full-stack web development with this hands-on course. You’ll learn how to build a chat application using Fauna Streams and Next.js 14, focusing on the essentials and best practices.
Next.js is seeing big updates with version 14 and beyond thanks to the ‘app’ router (previously the ‘pages’ router).
With Next.js App router, you now have to manage whether you are in the server or client. There are trade-offs to both with the primary difference being the server is fast and caches data to be served efficiently while the client can hold state for more advanced front-end user interactions.
You’ll learn how to navigate these decisions as you build your full-stack application with Fauna on the backend.
While doing so, you’ll iteratively build out your database schema as you create rooms, messages, and users to serve up from your database.
**What You’ll Learn:**
- **Next.js Best Practices:** Master Next.js best practices for building fast, maintainable apps
- **Server-Side Rendering (SSR):** Learn SSR techniques like server actions and server side form submission
- **Database Access Patterns:** Efficiently connect and retrieve data using Fauna
- **Real-Time Updates:** Implement real-time updates with Fauna Streams
- **Basic Authentication:** Secure your chat app with authentication methods
By the end of this course, you’ll have a working real-time chat app and a solid grasp of the tools and techniques used to build it.