An open API service indexing awesome lists of open source software.

https://github.com/webpolis/spring-angular-websocket


https://github.com/webpolis/spring-angular-websocket

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

## Apache configuration

Add the following to the virtual host configuration in Apache server:

```
RewriteCond %{REQUEST_URI} ^/api/socket/$
RewriteRule ^/(.*) ws://localhost:8888/$1 [P,L]
```