Hansenq / nere

A web app that places people into chat rooms based on their physical location. Uses browser's geolocation, and reverts to IP address when none is available. Supports basic file transfers too!

Home Page:http://www.nereby.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A location-based chat application written with node.js and socket.io.

Use

nere is a web application that automatically creates chatrooms based on your physical location.

The client's location is given by the browsers using the navigator.geolocation HTML 5 specification. Thus this app will not work in all browers (especially non-modern ones). However, it is designed to revert to using IP address if the location cannot be accurately determined to be within 100 m.

Development

nere was developed with node.js and socket.io using the Express 3 and Jade frameworks. The application is hosted on Heroku.

Authors

nere was developed by Ray Zhou and Hansen Qian over winter break 2012!

About

A web app that places people into chat rooms based on their physical location. Uses browser's geolocation, and reverts to IP address when none is available. Supports basic file transfers too!

http://www.nereby.com/


Languages

Language:JavaScript 100.0%