Building a Chat Application with React Native
React Native allows you to build a variety of apps. This course will teach you how to build a complete chat app using React Native.
What you'll learn
Real time communication is possible due to the widespread availability of the Internet. In this course, Building a Chat Application with React Native, you’ll learn to build a complete chat application. First, you’ll explore the basics of WebSockets. Next, you’ll discover how to generate a project using Expo. Finally, you’ll learn how to connect to a server and transmit messages between clients. When you’re finished with this course, you’ll have the skills and knowledge of React Native needed to build a complete Chat Application.
Table of contents
- Understanding the WebSocket Constructor 2m
- Understanding the Open Event 1m
- Understanding the Message Event 1m
- Understanding the Close Event 1m
- Understanding the Error Event 1m
- Understanding WebSocket Instance Methods 3m
- Understanding WebSocket Instance Properties 1m
- Creating the Socket.io Server 7m
- Demo 1m