Update api.md
Removed mention of unimplemented socketio middleware.
This commit is contained in:
parent
3054548010
commit
5a8ed83d5f
|
@ -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);
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue