socketio/socket.io

View on GitHub
examples/basic-crud-application/README.md

Summary

Maintainability
Test Coverage
# Basic CRUD application with Socket.IO

Please read the related [guide](https://socket.io/get-started/basic-crud-application/).

## Running the frontend

```
cd angular-client
npm install
npm start
```

### Running the server

```
cd server
npm install
npm start
```