Update api.md

Removed mention of unimplemented socketio middleware.
This commit is contained in:
Rand McKinney 2013-11-01 11:01:18 -07:00
parent 3054548010
commit 5a8ed83d5f
1 changed files with 0 additions and 8 deletions

View File

@ -1093,11 +1093,3 @@ app.use(loopback.rest());
**REST Documentation**
View generated REST documentation by visiting: [http://localhost:3000/_docs](http://localhost:3000/_docs).
### SocketIO Middleware (Not Available)
**Coming Soon** - Expose models over socket.io using the `loopback.sio()` middleware.
```js
app.use(loopback.sio);
```