Skip to content
/ nere Public

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!

Notifications You must be signed in to change notification settings

Hansenq/nere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published