/simple-chat-app-example

💬 A simple chat app example

Primary LanguageHTMLMIT LicenseMIT

Simple Chat App with geckos.io

About

This example uses @geckos.io/server (2.0.0) on the node server and a minified version of @geckos.io/client (2.0.0) in the index.html file. You will find all minified version of @geckos.io/client here.

How To Start

To clone and run this example, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone --depth 1 https://github.com/geckosio/simple-chat-app-example.git

# Go into the repository
$ cd simple-chat-app-example

# Install dependencies
$ npm install

# Start the app
$ npm start

# Done
# Now open your browser on http://localhost:8080 or http://127.0.0.1:8080

HttpServer Branch

Have a look at the httpServer branch as well!