https://github.com/socketio/socket.io-swift-fiddle
https://github.com/socketio/socket.io-swift-fiddle
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/socketio/socket.io-swift-fiddle
- Owner: socketio
- Created: 2021-07-10T07:54:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-10T08:13:45.000Z (over 4 years ago)
- Last Synced: 2025-02-09T10:42:56.761Z (12 months ago)
- Language: Swift
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socket.IO Swift Fiddle
## How to
### Client
```
$ swift run Fiddle
```
### Server
```
$ cd server
$ npm install
$ npm start
```