Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Oct 5, 2022
2 parents 9f7a6ab + 88736ba commit ae2f817
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,10 @@ but you can do everything else. Just don't forget to add the following in your `

## Tips

- The socket isn't reusable, **do not close it yourself** !!!
- The socket isn't reusable, **do not start nor close it yourself** !!!

- Javelin does not support Arc collections such as `Seq`, `ObjectMap`, ... (it may
still work, but it will be terribly optimized).

- You can add `wss` support on javelin with a reverse proxy like nginx.
Example with let's encrypt / certbot :
Expand Down

0 comments on commit ae2f817

Please sign in to comment.