francijpg / socketio-chat

simple chat example using socket.io

Home Page:https://polar-everglades-39664.herokuapp.com

Repository from Github https://github.comfrancijpg/socketio-chatRepository from Github https://github.comfrancijpg/socketio-chat

Socket.IO-Chat

Simple chat example using socket.io

Features

  • Express
  • Heroku

Requirements

Installation

  • git clone https://github.com/francijpg/socketio-chat.git
  • cd socketio-chat
  • npm install
  • npm run start

Heroku

1. Requirements

2. Server configurations command to up the app

  • commit the code and then:

    • git push heroku master
    • heroku login
    • heroku local web
    • heroku create
  • optional to check the logs:

    • heroku open
    • heroku logs -t

3. Try it example yourself right now

About

simple chat example using socket.io

https://polar-everglades-39664.herokuapp.com


Languages

Language:HTML 69.8%Language:JavaScript 30.2%