Book Image

Building Scalable Apps with Redis and Node.js

By : Joshua Johanan
Book Image

Building Scalable Apps with Redis and Node.js

By: Joshua Johanan

Overview of this book

Table of Contents (17 chapters)
Building Scalable Apps with Redis and Node.js
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Trying out our application


We should now be able to use our application. Load it up and browse to http://localhost:3000. Log in to the site, and we should be redirected to the chat page. We should see our room form component. We can add a room here or we can load it up in another tab or browser and create a room there, seeing it appear on the other window in real time.

We can then join one of the rooms in both windows and chat with ourselves. Each chat message should appear in real time.