Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.33 KB

readme.md

File metadata and controls

33 lines (17 loc) · 1.33 KB

Creating a Chat Application

Well alright! Let's build our first Feathers app! We're going to build a real-time chat app with NeDB as the database. It's a great way to cover all the things that you'd need to do in a real world application and how Feathers can help. It also makes a lot more sense to have a real-time component than a Todo list. 😉

Chat app screenshot

In this tutorial you go from nothing to a real-time chat app complete with signup, login, token based authentication and authorization all with a RESTful and real-time API.

You can find a complete working example here.

Chapter 1: Creating the application

Create a new application using the generator.

Chapter 2: Generating a service

Add an API endpoint to store messages.

Chapter 3: Building a frontend

Learn how to use Feathers in the browser by creating a small real-time chat frontend.

Chapter 3: Adding Authentication

Add user registration and login.

Chapter 4: Processing data

Add and sanitize data.

Is anything wrong, unclear, missing?

Leave a comment.