Skip to content

Proyect testing the posibilities of socket.io with Leaflet and Maps.

Notifications You must be signed in to change notification settings

nachomiralles/SocketMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#SocketMap Project. In this project we're trying to work con the Socket.IO library and creating a GIS Application capable to show users where the other users are in the moment the acces the browser. Is is based on this technologies:

The ideea is finishing this project by crreating the IOs and Android APPS, allow creating groups and add some security.

Here comes some preview analisys:

##Data Model. Describing the way we organice the users.

  • Collection Groups: * Group:

          {   
              name: String,
              creationDate: Date,
              description: String,
              users: [User]
          }
    * User:  
    
          {   
              username: String,
              mail: String,
              password: String,
              activeGroup: String,
              position: [Position]
          }
          
    * Position:  
    
          {   
              date: Date,
              latlon: [Number, Number]
          }
    

##Pages. Describing pages needed.

  • Index.
  • Login.
  • Register.

##Functionalities Functionalities Needed.

  • Create Group.
  • Select Group.
  • Change Group.
  • View Group Users.

About

Proyect testing the posibilities of socket.io with Leaflet and Maps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published