gabrin / map-chat

A super simple location based chat

Home Page:http://idoco.github.io/map-chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MapChat - Demo

A super simple location based chat

Features

  • Super simple location based chat.
  • No registration or message history.
  • Built-in Google Translate widget.
  • Create a private chat map by adding #name to the url.

Embed MapChat in your website

  • Simply add this iframe to your website:
<iframe id="mapchat" type="text/html" width="640" height="480"
  src="http://idoco.github.io/map-chat/#myTopic"
  frameborder="0"></iframe>
  • The minimum recommended size it 640x480.
  • It is recommended to embed private map chats by using a unique #topic.
  • See example.

How to deploy your own instance

Contributing to MapChat

  • Use GitHub Issues to report bugs and suggest new features.
  • Please search the existing issues for your bug and create a new one only if the issue is not yet tracked!
  • Feel free to fork this project and suggest new features as pull requests.

This demo is hosted on GitHub pages and uses a single core Azure instance as the Vert.x SockJS server.

About

A super simple location based chat

http://idoco.github.io/map-chat


Languages

Language:JavaScript 47.9%Language:HTML 23.8%Language:Java 21.8%Language:CSS 6.6%