FAQ What Node versions does Feathers support How do I create custom methods? How do I do nested or custom routes? Can you support another database? I am not getting real-time e...
Building a frontend Set up the index page Connect to the API Base and user/message list HTML Displaying the login/signup or chat page Login and signup Real-time and sending me...
FeathersJS Auth Recipe: Custom Auth Strategy Setting up the basic app Creating a Custom API Key Auth Strategy Creating an Anonymous User Strategy FeathersJS Auth Recipe: Cus...
Add authentication Generate authentication Create a user and log in Create the user Get a token Securing the messages service Securing real-time events What’s next? Add ...
Services Service methods A messages service Using services Service events What’s next? Services Services are the heart of every Feathers application and JavaScript objects...
Creating a Chat Application 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. ...