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
- Host: GitHub
- URL: https://github.com/vinetos/geosms-socket-server
- Owner: Vinetos
- Created: 2018-05-25T19:05:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T10:43:44.000Z (about 8 years ago)
- Last Synced: 2025-01-24T03:01:35.727Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```