Real-time Application with socket.io/Firebase

David Guan

 

                          Ecutdavid

Software engineer at

Agenda

  • Brief talk about web socket

  • socket.io quick start

  • Brief talk about Firebase & quick start

Server-Client communication

Web Socket vs HTTP

Socket.io

socket.io DEMO

Firebase

Firebase DEMO

Realtime Database & Authentication

Further Reference



        i.close {
            display: inline-block;
            transform: rotate(39deg) translateY(-8px);
            font-size: 30px;
            font-weight: bold;
            cursor: pointer;
            float: right;
            color: grey;
            padding-right: 3px;

            &:hover {
                color: #000;
            }
        }

        &.warning>p {
            border-color: $warningColor;
            color: $warningColor;
        }

        &.error>p {
            border-color: $errorColor;
            color: $errorColor;
        }

Real-time application with socket.io/Firebase

By David Guan

Real-time application with socket.io/Firebase

  • 687