Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/travishorn/socket-2d-client
Playing around with multi-user positioning on a 2D plane.
https://github.com/travishorn/socket-2d-client
Last synced: 28 days ago
JSON representation
Playing around with multi-user positioning on a 2D plane.
- Host: GitHub
- URL: https://github.com/travishorn/socket-2d-client
- Owner: travishorn
- License: mit
- Created: 2019-08-22T23:05:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:58:29.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T11:56:24.918Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 771 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Socket 2D Client
Playing around with multi-user positioning on a 2D plane.
This is the client. [See the server code,
also.](https://github.com/travishorn/socket-2d-server)## Installation
Make sure you have a Socket 2D server running. See [server
documentation](https://github.com/travishorn/socket-2d-server/blob/master/README.md)
for setup.Clone this repository.
```
git clone https://github.com/travishorn/socket-2d-client.git
```Change into the directory.
```
cd socket-2d-client
```Install dependencies.
```
npm install
```Serve the client for development.
```
npm run dev
```The client can be accessed at http://localhost:1234
## License
The MIT License
Copyright 2019 Travis Horn
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.