An open API service indexing awesome lists of open source software.

https://github.com/vinetos/geosms-socket-server

The socket-server for GeoSMS
https://github.com/vinetos/geosms-socket-server

Last synced: about 1 year ago
JSON representation

The socket-server for GeoSMS

Awesome Lists containing this project

README

          

# GeoSMS-Socket-Server
> The socket-server for GeoSMS

# Run the server
Default socket.io server : ``localhost:3000``
```bash
# Install dependencies
npm install

# Start the server
npm run start
```